Closed juliangruber closed 9 years ago
This fixes https://github.com/segmentio/nsq.js/issues/54
I'll also look whether this is an issue to be adressed to node/iojs, since the socket emits an error event after sock.destroy() has been called
sock.destroy()
+1 can we get this merged?
Thanks!
This fixes https://github.com/segmentio/nsq.js/issues/54
I'll also look whether this is an issue to be adressed to node/iojs, since the socket emits an error event after
sock.destroy()
has been called