Reconnect according to twitters recommendations.
authorTimo Ewalds <tewalds@google.com>
Fri, 23 Aug 2013 22:08:42 +0000 (18:08 -0400)
committerTimo Ewalds <tewalds@google.com>
Mon, 26 Aug 2013 15:42:12 +0000 (11:42 -0400)
commit447f69cd3de67b0d241b9d4f669ecc9b9c0cdb54
treebac12d635f3f525ca17d704be64abe402761b92c
parent517a0f2502f61981a2c747a5fa8387adcceaa262
Reconnect according to twitters recommendations.

Recommendations found here: https://dev.twitter.com/docs/streaming-apis/connecting#Reconnecting

A simpler and more complete version of
- https://github.com/tweepy/tweepy/pull/132
- https://github.com/tweepy/tweepy/pull/150
only handling the reconnect strategies.
tweepy/streaming.py