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 Compatibility For RabbitMQ #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

camronlevanger
Copy link

No description provided.

Camron Levanger added 2 commits September 12, 2014 17:01
and possibly other STOMP servers. It worked with Apollo since
Apollo always sends a newline after the null character. The
STOMPspecification only calls for a null character as termination,
so I have updated the readFrame() method to read a character at a
17:04off of the socket. This way the library supports only a
nullcharacter as termination, but still handles multiple frames onthe
socket without having to implement a buffer for overreads.
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.

None yet

2 participants