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
fix(client-ws-transport): Handle WebSocket close code 1009 (Message Too Big) (#10246)
When the server has a low maxPayload limit, and the client sends an oversized message,
the server closes the connection with code 1009 without decoding. Previously,
the client would retry indefinitely, causing an infinite loop.
0 commit comments