flamethrower icon indicating copy to clipboard operation
flamethrower copied to clipboard

Should handle reconnect logic after max number of retries

Open blakesmith opened this issue 13 years ago • 0 comments

Sometimes the campfire streaming API will get disconnected after retrying the max retries in twitter-stream. We need need some reconnect handling.

This should probably be delegated to twitter-stream, since it already handles retry timing. From first glance the easiest option might be to add a timer that will call @stream.reset_timeouts and then try to connect again.

blakesmith avatar Mar 04 '11 17:03 blakesmith