Provide access to client disconnection
swishy opened this issue · 1 comments
swishy commented
Currently wasabi provides no mechanism for developers to be notified when a websocket client disconnects, this needs to be resolved so they can release contexts, this is also an issue internally as wasabi doesn't clear out clients associated with handlers
swishy commented
Initial implementation done, needs more testing.