SpiderStrategies / node-tweet-stream

Node twitter module to hook into the public filter streaming, seamlessly updating the tracking keywords.
210 stars 43 forks source link

tweet event not triggered #10

Closed rj76 closed 10 years ago

rj76 commented 10 years ago

Currently the stream is running in a worker process, and when new filtering information is received, the parent messages the child to reconnect the stream, but somehow the tweet event doesn't get triggered after a while (data is received from the stream). I'm not familiar with node's stream API, but could it be there's somekind of hiccup happening?

nathanbowser commented 10 years ago

Can you throw together a failing test or some sample code that demonstrates the problem?

rj76 commented 10 years ago

hmm there was an uncaught exception in my code, works like a charm now, sorry :)

nathanbowser commented 10 years ago

No worries!