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
Jquery-atmosphere's client should manage the websockect connection closed error produced when the client tries to send any message to the server before the hanshake has finished. This could be done just having a stack of messages in the subsocket and sending all the stack's messages when the client receives the "onOpen" event from the server.
The text was updated successfully, but these errors were encountered:
Jquery-atmosphere's client should manage the websockect connection closed error produced when the client tries to send any message to the server before the hanshake has finished. This could be done just having a stack of messages in the subsocket and sending all the stack's messages when the client receives the "onOpen" event from the server.
The text was updated successfully, but these errors were encountered: