rabbitmq / rabbitmq-web-stomp

Provides support for STOMP over WebSockets
Other
89 stars 26 forks source link

Completely disable heartbeats for SockJS #29

Closed essen closed 8 years ago

essen commented 8 years ago

Before the heartbeats start fun would do nothing but the server would still tell the client heartbeats were enabled, leading to issues with default client options. Now, we provide 'undefined' instead of a start fun and the processor sends 0,0 back to the client instead of an incorrect value.

Fix for https://github.com/rabbitmq/rabbitmq-web-stomp/issues/28