You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`websocket/auth-renewal`| The websocket protocol si reconnecting to renew the token. See [Websocket Cookie Authentication](sdk/js/7/protocols/websocket/introduction#cookie-authentication). |
49
+
|`user/connection-closed`| The disconnection is done by the user. |
50
+
|`network/error`| An network error occured and caused a disconnection. |
35
51
## loginAttempt
36
52
37
53
Triggered when a login attempt completes, either with a success or a failure result.
@@ -75,8 +91,8 @@ Triggered whenever a request is added to the offline queue.
this.clientDisconnected();// Simulate a disconnection, this will enable offline queue and trigger realtime subscriptions backup
270
+
this.clientDisconnected(DisconnectionOrigin.WEBSOCKET_AUTH_RENEWAL);// Simulate a disconnection, this will enable offline queue and trigger realtime subscriptions backup
0 commit comments