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.
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
I'm running a single Socket.io server ( 2.0.3 ) .
In the client side i'm trying to allow only polling mode.
io.connect(url, < "transports": ['polling'] >)
The problem is that polling fails and throws:
"code":1,"message":"Session ID unknown" response. And the client get disconnected.
i have tried to place node-http-proxy server in front of the socket.io server. So the client connect to node-http-proxy server. This solved the problem, but i don't understand why.
Can someone please explain why this is happening and how to fix it .
The text was updated successfully, but these errors were encountered: