rabbitmq / rabbitmq-web-stomp

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

Make it possible to configure more Cowboy WebSocket options #91

Closed michaelklishin closed 5 years ago

michaelklishin commented 5 years ago

This makes it possible to configure WebSocket options as well as timeouts in modern Cowboy versions (2.4.x in master and v3.7.x). Per discussion with @lukebakken compression is enabled by default.

To see if compression enabled with various configuration settings, use rabbitmq_web_stomp_examples, open an example app and see the sec-websocket-extensions request and response headers in browser developer tools.

Closes #90.

[#161053760]