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
Send this message but replace AAAAAA in payload with 129_702 x A and create proper json-in-json.
(I can provide the proper message if necessary but imho it's trivial to create so I chose to not post it here - just let me know)
[re.io.websocket.event.EventWebSocket] - WebSocket error: Text message size [129876] exceeds maximum size [65536]
Websocket close code is 1000 which indicates Normal Closure. The correct close code would be 1009.
Also the exception text should be send with the close code (currently nothing is send).
Send this message but replace
AAAAAA
in payload with 129_702 xA
and create proper json-in-json.(I can provide the proper message if necessary but imho it's trivial to create so I chose to not post it here - just let me know)
Watch Websocket connection die unexpectedly
Websocket close code is 1000 which indicates Normal Closure. The correct close code would be 1009.
Also the exception text should be send with the close code (currently nothing is send).
If it's not possible to to make the maximum message size dynamically then there should be a configuration option for the max message size.
The text was updated successfully, but these errors were encountered: