wasabifx/wasabi

Provide access to client disconnection

swishy opened this issue · 1 comments

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

Initial implementation done, needs more testing.