rabbitmq / rabbitmq-web-stomp

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

Heartbeat #8

Closed cboden closed 9 years ago

cboden commented 9 years ago

I know STOMP heartbeat can't work with SockJS but with many modern browsers taking over market share those that support native WebSockets are in the majority.

Could this plugin be updated to have the option of disabling SockJS support and enabling server sent heartbeats?

michaelklishin commented 9 years ago

It can but we need to perform a major upgrade (Cowboy) first. this repo is a mirror, please post your request to rabbitmq-users. Thank you.