easternbloc / node-stomp-client

A STOMP client for Node.js
Other
93 stars 47 forks source link

Cannot send larger messages using Stomp protocol #27

Closed calvinKG closed 9 years ago

calvinKG commented 10 years ago

Cannot send larger messages using Stomp protocol (A large Json Message)

easternbloc commented 9 years ago

Could you give me a test case please?

calvinKG commented 9 years ago

We managed to fix this problem:

Taken the source code from https://github.com/jmesnil/stomp-websocket/blob/master/lib/stomp.js and pasted into the local stomp.js lib and this fixes the issue.