easternbloc / node-stomp-client

A STOMP client for Node.js
Other
93 stars 47 forks source link

Added reconnect listener to connect #65

Closed billcccheng closed 7 years ago

billcccheng commented 7 years ago

There is a bug when we want to subscribe to rabbit while reconnecting. So I simply added one line to let the stomp remember to subscribe when reconnected.