Would it be possible to forward the disconnect and connect events from the stompClient?
In lib/adapters/stomp.js, the error event is being forwarded from within CreateStomp, but the other events being emitted from NodeStompClient are not. These events are helpful in detecting connection losses and subsequent re-connection attempts.
Hello,
Would it be possible to forward the
disconnect
andconnect
events from the stompClient?In lib/adapters/stomp.js, the
error
event is being forwarded from within CreateStomp, but the other events being emitted from NodeStompClient are not. These events are helpful in detecting connection losses and subsequent re-connection attempts.Thanks