Java SockJS Spring client and message size
问题 Using SockJS java client, I am trying to connect to Spring sockjs server and is getting error 1009 for messages (without headers) of ~20Kb. Javascript library works fine. Transport closed with CloseStatus[code=1009, reason=The decoded text message was too big for the output buffer and the endpoint does not support partial messages] in WebSocketClientSockJsSession [id='9fa30eb453e14a8c8612e1064640646a, url=ws://127.0.0.1:8083/user] I have couple of config classes on server (I do not know at