We have special heartbeat messages for environments and WebSocket implementations where we cannot access native WebSocket ping frames. Python currently uses these heartbeat messages. However, we can use native ping frames with the websockets library. The specification clearly states: "If the client is able to observe WebSocket pings, then it should send heartbeats=false."
┆Issue is synchronized with this Jira Story by Unito
We have special heartbeat messages for environments and WebSocket implementations where we cannot access native WebSocket ping frames. Python currently uses these heartbeat messages. However, we can use native ping frames with the websockets library. The specification clearly states: "If the client is able to observe WebSocket pings, then it should send
heartbeats=false."┆Issue is synchronized with this Jira Story by Unito