-
Notifications
You must be signed in to change notification settings - Fork 645
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
websockets: Count pings from server as activity for idle_timeout #2980
Conversation
If the stream is receiving control packets like ping, don't count it as idle. This means you can enable `timeout_opt.keep_alive_ping` on only one side to get heartbeat. Make tests that verify current behaviour. Update documentation to match changes in PR boostorg#2718. Addresses issue boostorg#2716
An automated preview of the documentation is available at https://2980.beast.prtest.cppalliance.org/libs/beast/doc/html/index.html |
5555443
to
2e06f24
Compare
An automated preview of the documentation is available at https://2980.beast.prtest.cppalliance.org/libs/beast/doc/html/index.html |
2e06f24
to
f18aa0e
Compare
An automated preview of the documentation is available at https://2980.beast.prtest.cppalliance.org/libs/beast/doc/html/index.html |
f18aa0e
to
b7239fd
Compare
An automated preview of the documentation is available at https://2980.beast.prtest.cppalliance.org/libs/beast/doc/html/index.html |
b7239fd
to
f72ad5d
Compare
An automated preview of the documentation is available at https://2980.beast.prtest.cppalliance.org/libs/beast/doc/html/index.html |
f72ad5d
to
05e18a4
Compare
An automated preview of the documentation is available at https://2980.beast.prtest.cppalliance.org/libs/beast/doc/html/index.html |
05e18a4
to
5fb6a5b
Compare
An automated preview of the documentation is available at https://2980.beast.prtest.cppalliance.org/libs/beast/doc/html/index.html |
🥳 |
@xim, I merged your commit here because I couldn't reopen #2718.