adamwynne / twitter-api

Async io interface to all the twitter APIs
372 stars 64 forks source link

Callback for dropped streaming connection #42

Open devth opened 10 years ago

devth commented 10 years ago

Is there a way to detect when a streaming connection is closed so I can try to re-open it?

adamwynne commented 10 years ago

to be honest I'm not sure - does the error callback not trigger?

On Saturday, March 15, 2014, Trevor Hartman notifications@github.com wrote:

Is there a way to detect when a streaming connection is closed so I can try to re-open it?

Reply to this email directly or view it on GitHubhttps://github.com/adamwynne/twitter-api/issues/42 .

devth commented 10 years ago

Need to add some logging to answer that. I'll try it out.