-
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 connection in IE 11 #3069
Comments
Could you enable the debug logs (with |
It seems the socket is unable to connect. What happens if you enable Could you please include engine.io's logs with |
that is now started working but that particular time everytime it was getting timeout..while in all other browers was working.. may be something server side is fishy |
also let me know how can i get exact reason for disconnect. because we are getting too much random disconnect while internet is working fine, even when client have high speed internet. how to debug that issue? |
i've to enable polling first for all IE11, polling always workds in IE 11 |
any update? |
Closed by socketio/engine.io-client@ed48b5d, included in |
Currently i'm using SocketIo to make chat application.
It doesn't have any problem in Chrome.
But in IE 11, after few minute, i can't use socket to emit event. It seems socket connection is disconnected.
I searched and found any issue about timeout of tcp/socket in IE 11. But still can't found solution.
I only use websocket for socket.io, prevent them use long-polling. The config socket in client side like below:
Server i'm using express and socket redis
The text was updated successfully, but these errors were encountered: