Skip to content
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

WebSocket is already in CLOSING or CLOSED state. #3308

Closed
1 of 2 tasks
chfeizy opened this issue Aug 14, 2018 · 3 comments
Closed
1 of 2 tasks

WebSocket is already in CLOSING or CLOSED state. #3308

chfeizy opened this issue Aug 14, 2018 · 3 comments

Comments

@chfeizy
Copy link

chfeizy commented Aug 14, 2018

Note: for support questions, please use one of these channels: stackoverflow or slack

You want to:

  • report a bug
  • request a feature

image
After a while, it will reconnect

chrome 68.0.3440.106

@chfeizy
Copy link
Author

chfeizy commented Aug 14, 2018

engine:socket packet +25s
engine:socket got ping +0ms
engine:socket sending packet "pong" (undefined) +0ms
engine:socket flushing buffer to transport +0ms
engine:ws writing "3" +0ms
engine:ws closing +5s
socket.io:client client close with reason ping timeout +1m
socket.io:socket closing socket - reason ping timeout +1m

@chfeizy
Copy link
Author

chfeizy commented Aug 14, 2018

set pingTimeout: 60000 solve

@chfeizy chfeizy closed this as completed Aug 14, 2018
@crobinson42
Copy link

This is related to #3259 and the work around is changing pingTimeout on the server - appears to be an issue with Chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants