rikulo / stomp

STOMP Dart Client for communicating with STOMP-compliant messaging servers.
http://rikulo.org
Other
30 stars 24 forks source link

When performing sendJson(), headers for application/json are being overridden with text/plain #6

Closed revelfire closed 10 years ago

revelfire commented 10 years ago

This horks the server.

stomp_impl.dart -> sendJson, and _headerOfSend - bug is in _headerOfSend.

revelfire commented 10 years ago

Please see patched fork at: https://github.com/revelfire/stomp/ for working resolution.

tomyeh commented 10 years ago

Would you like to send me a pull request? Then, I can merge it here

revelfire commented 10 years ago

Ok I think I did now. My first time doing that. Please let me know if something didn't work out.

Thanks, Chris

On Thu, Jan 9, 2014 at 4:35 PM, Tom Yeh notifications@github.com wrote:

Would you like to send me a pull request? Then, I can merge it here

— Reply to this email directly or view it on GitHubhttps://github.com/rikulo/stomp/issues/6#issuecomment-31992692 .

tomyeh commented 10 years ago

Thanks. I'll release a version later.