-
-
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
Add an option to periodicaly ping idle websockets to keep proxies happy #777
Comments
can we use keep-alive timers for that? |
So you mean utilizing |
I thought we have timer for keep alive, but it just ceil on time. Ok, np |
What is intended interface and behavior? Currently Behavior that can implemented for this feature:
Should received from client data reset What if client doesn't implement Do we need separate option for current |
Let me re-read RFC prior to keeping conversation |
added |
See tornadoweb/tornado#1640 for explanation
The text was updated successfully, but these errors were encountered: