npm stream-chat 3.5.0
v3.5.0

latest releases: 8.1.1, 8.1.0, 8.0.0...
3 years ago
  • 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.

Don't miss a new stream-chat release

NewReleases is sending notifications on new releases.