easternbloc / node-stomp-client

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

Connect callback not called on connection complete on TLS connection #51

Closed kgoerlitz closed 8 years ago

kgoerlitz commented 9 years ago

Module is not calling connect callback function on connection complete due to registering on wrong event name.

kgoerlitz commented 9 years ago

Pull request #52 Fixes the issue.

easternbloc commented 8 years ago

Fixed!