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
I'm trying to connect to the socket.io in a windows 8 store app.
I'm using the Windows.Networking.Sockets namespace.
I did a http handshake and it is successful. I got the response.
I tried to connect with websocket to the url: ws://host:port/socket.io/1/websocket/session_id
And I got an exception :
502 BadGateway : The server was acting as a gateway or proxy and received an invalid response from the upstream server.
It would be great if somebody could tell why. Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to connect to the socket.io in a windows 8 store app.
I'm using the Windows.Networking.Sockets namespace.
And I got an exception :
502 BadGateway : The server was acting as a gateway or proxy and received an invalid response from the upstream server.
It would be great if somebody could tell why. Thanks
The text was updated successfully, but these errors were encountered: