-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Implement timeout for server-side web sockets #1024
Labels
Comments
Write a doc describing why TCP transport has no guarantees for delivering socket disconnection event and why sending client-side pings (by ping frame or explicit message) is crucial for making connection reliable. |
fafhrd91
pushed a commit
that referenced
this issue
Jan 31, 2017
fafhrd91
pushed a commit
that referenced
this issue
Feb 1, 2017
implemented in master |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Constructor parameter.
Should be
None
(disabled) by default.If there is no activity from client-side peer for
timeout
seconds -- terminate the connection.The text was updated successfully, but these errors were encountered: