-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Socket.io, https, and express continuous connect/disconnect loop #1253
Comments
I've noticed that when using https line 509 of hybi-16.js (Parser.prototype.processPacket) get's hit immediately after connection with the data parameter set to 129. This is where the error is thrown. With http, this line is doesn't appear to be hit until the first heartbeat, at which time the data parameter is set to 71 and all works fine. |
Fixed by uninstalling Node v0.10.9 and installing v0.10.10. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use socket.io, express, and https together on node. When socket.io connects it immediatley disconnects, re-connects again and loops. The problem can be re-created using the following code...
Server
Client
Error
The text was updated successfully, but these errors were encountered: