iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

stop() doesn't cancel the inactivity timer #9

Closed jhs closed 12 years ago

jhs commented 12 years ago

If you call with inactivity_ms set to something, that timer is not cleared when you call stop(). Node can't exit.