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
If a client is behind proxy without websocket support, it upgrades connection from polling to websockets anyway, which leads to unexpected hangs.
How to reproduce with nginx for example:
Just create simple proxy without websockets support and point engine.io-client to port 80 (or whatever port your nginx server listen to)
If a client is behind proxy without websocket support, it upgrades connection from polling to websockets anyway, which leads to unexpected hangs.
How to reproduce with nginx for example:
Just create simple proxy without websockets support and point engine.io-client to port 80 (or whatever port your nginx server listen to)
The text was updated successfully, but these errors were encountered: