-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Large size Websocket over Stomp (with Sockjs) Messages not getting delivered #31901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please provide a reproducer as an attached archive or a link to a repository, with instruction on how to reproduce. |
Hi @insuresense! I think this issue will be fixed soon my PR #31970. Currently, spring-framwork's But with my PR #31970, I fix "Receiving theses split multiple frames and reassemble to complete frame" is usually implemented well on stomp libraries (spring-framework also implements this receiving part well), so I think this issue will be fixed soon~! thanks! 😄 |
For workaround, I think you can increase limit size of web socket message like above~! |
We have a Spring backend Application with Angular Frontend.
When sending msgs from backend to frontend, some large msgs (size ard 80 - 125KB) are not being delivered. When i cut down the incoming object and make it smaller (mostly <64KB) it gets delivered.
@stomp/rx-stomp library is being used to send websocket msgs to backend. Here are some relevant configurations
Here are some relevant configurations on backend side
The text was updated successfully, but these errors were encountered: