Skip to content

Implement stomp frame fragmentation. #36

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

Closed
wants to merge 1 commit into from

Conversation

chirino
Copy link
Contributor

@chirino chirino commented Jul 25, 2013

Seems some ws servers impose a limit how large a ws message can be. So if you have a large stomp frame, you need to fragment it over multiple ws messages.

@jmesnil
Copy link
Owner

jmesnil commented Aug 1, 2013

I've amended your commit to make the max size configurable by the client and push it to master in 2db3451.
I also added a bit of doc about it.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants