Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: Wait for the connection estabilished event before sending any message to the server for each request. #495

Closed
ghost opened this issue Jul 9, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 9, 2012

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.

@jfarcand
Copy link
Member

Fixed in 1.0.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant