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.
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.