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
The sttp.ws.WebSocket already sends Pong frames when a Ping is received, when using e.g. the receiveDataFrame method.
Typically it's the servers that send Pings, not clients, and we don't have a way of scheduling these sends as this would require starting a background thread/fiber - which is not something we can always do.
So in typical scenarios things should work as expected; non-typical scenarios will require Pings to be sent manually.
Consider the same in other backends, as well
Source: https://softwaremill.community/t/websocket-state-monitoring/308
The text was updated successfully, but these errors were encountered: