You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the current main branch, the client pings the WebSocket and waits for a pong every 500 ms.
1 - Is the 500 ms ping interval intentional for main?
Context / Rationale
In a WebSocket client, I typically set the ping interval to about 50–55 s (most servers send a ping every ~60 s and expect a pong anyway, else the server will close the connection).
Even though the ping payload is empty on main, a 500 ms interval across many nodes could look like constant traffic and potentially burden proxies.