-
Deprecated
client.disconnect
. A new method has been introduced as alias -client.disconnectUser
-
Introduced following two methods on client:
- client.openConnection - establish a ws connection on current client.
- client.closeConnection - close the ws connection on current client, doesn't remove user
-
Moved call to
setHealth(true)
, (which marks the connection as healthy) to only after you receive first event on websocket.
Please check the description of PR #626 for details.