Websocket heartbeat
#11330
Replies: 1 comment 4 replies
-
What purpose does that serve? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why does setting
heartbeat
inws_connect
default to_pong_heartbeat
being set toheartbeat / 2
with no option to override this value?In websockets.WebSocketApp, you have the option to set the
ping_timeout
separate from theping_interval
: https://websocket-client.readthedocs.io/en/latest/examples.html#ping-pong-usageI want an option to just send ping heartbeats and not bother if the pong is not responded to
Beta Was this translation helpful? Give feedback.
All reactions