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
While instantiate SocketManager, we provide an authentication token with extra header. However, what happens when we need to reconnect, especially when the token has changed.
Does it skip the authentication steps?
If a new token is required for a reconnection, how can I provide it? Do I need to create a new SocketManager instance?
The text was updated successfully, but these errors were encountered:
While instantiate SocketManager, we provide an authentication token with extra header. However, what happens when we need to reconnect, especially when the token has changed.
Does it skip the authentication steps?
If a new token is required for a reconnection, how can I provide it? Do I need to create a new SocketManager instance?
The text was updated successfully, but these errors were encountered: