benjaminws / stomp-js

Implementation of the STOMP protocol in node.js
BSD 3-Clause "New" or "Revised" License
87 stars 47 forks source link

Make STOMP sockets not global #3

Closed ghost closed 13 years ago

ghost commented 13 years ago

Fixes a nasty surprise when you try to connect to two STOMP servers.

benjaminws commented 13 years ago

Pulled in your changes, pushed back up.