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
When the server asks for a re-handshake, the client should clear its state, including the subscribed channels.
We added a listener for the handshake event, and in OnMessage, we are calling GetChannel('/topic', lastReplyId).Subscribe(). In the event of a re-handshake, GetChannel returns an existing channel from the Channels dictionary with the previously passed replyId and ignores the replyId in the current #call.
After the handshake, it should clear all non-meta channels from the Channels dictionary.
When the server asks for a re-handshake, the client should clear its state, including the subscribed channels.
We added a listener for the handshake event, and in
OnMessage
, we are callingGetChannel('/topic', lastReplyId).Subscribe()
. In the event of a re-handshake,GetChannel
returns an existing channel from the Channels dictionary with the previously passed replyId and ignores the replyId in the current #call.After the handshake, it should clear all non-meta channels from the Channels dictionary.
This bug causes this issue:
##27
The text was updated successfully, but these errors were encountered: