fix: details

This commit is contained in:
Deven Joshi
2021-07-16 20:02:01 +05:30
parent 4d1625c306
commit 0bc3efdecc
@@ -256,7 +256,7 @@ remedy the issue:
1) Change over the constructor of `connectUserWithProvider()` to the new format.
2) We added more nuance to the `disconnectUser` by adding two new methods - one to close the connection
2) We added more nuance to the `disconnectUser()` by adding two new methods - one to close the connection
and the other to disconnect the user. This allows more fine-grained control for diconnection.
* client.closeConnection() -> for closing user websocket connection.