segmentio / nsq.js

NSQ client for nodejs
203 stars 34 forks source link

connection: fix socket errors after destroy #55

Closed juliangruber closed 9 years ago

juliangruber commented 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

ekristen commented 9 years ago

+1 can we get this merged?

ekristen commented 9 years ago

Thanks!