rabbitmq / rabbitmq-web-stomp

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

Make sure modern Cowboy WebSocket options are supported #90

Closed michaelklishin closed 5 years ago

michaelklishin commented 5 years ago

Specifically compress and idle_timeout are relevant to us, see cowboy_websocket(3).

https://github.com/rabbitmq/rabbitmq-web-stomp/pull/89 introduces support for compress.