segmentio / nsq.js

NSQ client for nodejs
203 stars 34 forks source link

Don't reconnect via poll() on close #42

Closed gjohnson closed 10 years ago

gjohnson commented 10 years ago

This prevents the lookupd polling from connecting after a close as occurred, which may lead to dropped events.

tj commented 10 years ago

boom