I’m making a Twitter application using Python and Twython. I’m using the Twitter’s Stream API. It seems to work fine, but when the internet connection its down for a time, the stream cannot reconnect when the connection returns.
The idea is that if the connection if down for a half of hour, the stream can connect when the connection it’s OK. There is a way to do it?