rabbitmq / rabbitmq-web-stomp

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

Configure Ranch to use max_connections value of 'infinity' by default #114

Closed michaelklishin closed 5 years ago

michaelklishin commented 5 years ago

Also make the value configurable via web_stomp.max_connections.

While at it, reduce module naming delta with the Web MQTT plugin. We mean to do this every time we have to touch this codebase, so let's finally do the renaming.

Closes #113. References rabbitmq/rabbitmq-web-mqtt#28, rabbitmq/rabbitmq-web-mqtt#55.

lukebakken commented 5 years ago

Backported to v3.7.x