-
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 appears to stop responding. #480
Comments
Can this help (from wiki); http://www.letseehere.com/reverse-proxy-web-sockets |
I followed that, and they are working better than they were, except data isn't being pushed anymore. The server knows I am executing commands, and it is logging around the socket.emit() event, and the client is supposed to get the data, but, it appears not to. |
Closing this as it not a bug caused by socket.io but by a wrapping proxy. |
Includes the following (from engine.io changelog): * [fix] Initialize the WebSocket server in the Server constructor (socketio#476) * [chore] Bump ws to version 1.1.2 (vulnerability fix) (socketio#480)
Includes the following (from engine.io changelog): * [fix] Initialize the WebSocket server in the Server constructor (socketio#476) * [chore] Bump ws to version 1.1.2 (vulnerability fix) (socketio#480)
I have a socket.IO server, It works fine non-proxied, but it runs on port 2004, and I want to proxy it through Nginx. I do so, and it does not respond anymore. What's wrong?
The text was updated successfully, but these errors were encountered: