rabbitmq / rabbitmq-web-stomp

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

Do not emit stats if connection has not been stablished #74

Closed dcorbacho closed 7 years ago

dcorbacho commented 7 years ago

Stats should not be emitted until the connection is stablished - that is, the initial value 'none' is overridden. A non-pid value crashes the stats gc.

Part of https://github.com/rabbitmq/rabbitmq-management-agent/issues/42