Hi,
I want to implement a backoff strategy for attempting to reconnect to the Streaming API in accordance with the Twitter API docs at https://dev.twitter.com/streaming/overview/connecting (Reconnecting section).
What is currently the best way to go about doing this through TweetInvi?
I see there has been some previous discussion around this at https://tweetinvi.codeplex.com/discussions/554830 but assumed this was no longer correct since at https://tweetinvi.codeplex.com/discussions/573889 @linvi says the ExceptionHandler should be set to not swallow web exceptions due to it being thread specific (and streams get listened to in separate threads).
Thanks,
Josh
I want to implement a backoff strategy for attempting to reconnect to the Streaming API in accordance with the Twitter API docs at https://dev.twitter.com/streaming/overview/connecting (Reconnecting section).
What is currently the best way to go about doing this through TweetInvi?
I see there has been some previous discussion around this at https://tweetinvi.codeplex.com/discussions/554830 but assumed this was no longer correct since at https://tweetinvi.codeplex.com/discussions/573889 @linvi says the ExceptionHandler should be set to not swallow web exceptions due to it being thread specific (and streams get listened to in separate threads).
Thanks,
Josh