AvianFlu / ntwitter

Asynchronous Twitter REST/stream/search client API for node.js
https://github.com/AvianFlu/ntwitter
Other
785 stars 163 forks source link

Add tcp timeout to destroy stream #109

Open horixon opened 11 years ago

horixon commented 11 years ago

Twitter sends a keep alive newline every 30sec, if 3 cycles pass with no data the stream is stalled. Disconnect and re-connect. This update along with recent update in immortal-ntwtitter allows for the stall to be handled and resolves many comments in issue #20. May also close issue #49