Skip to content
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

Add support for receiving fragmented STOMP frames. These can orginate f... #77

Merged
merged 1 commit into from
Jul 23, 2014

Conversation

jmesnil
Copy link
Owner

@jmesnil jmesnil commented Jul 23, 2014

...rom

frames that exceed the maximum WebSocket message size or from the node.js
overTCP function, the 'data' callback does not preserve message boundaries
at all so fragmentation can happen much more frequently.

Addresses issue #55

… from

frames that exceed the maximum WebSocket message size or from the node.js
overTCP function, the 'data' callback does not preserve message boundaries
at all so fragmentation can happen much more frequently.

Addresses issue #55
@jmesnil
Copy link
Owner Author

jmesnil commented Jul 23, 2014

supersedes #76 to fix the tests (the unmarshall methods returns the frames insides an object now) and squash all the commits in a single one

jmesnil added a commit that referenced this pull request Jul 23, 2014
Add support for receiving fragmented STOMP frames.  These can orginate f...
@jmesnil jmesnil merged commit c3111af into master Jul 23, 2014
@jmesnil
Copy link
Owner Author

jmesnil commented Jul 23, 2014

@mgjbroadbent, thanks for this contribution!

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