uclatommy/tweetfeels

When a connection error occurs, tweetfeels does not attempt to reconnect.

Closed this issue · 1 comments

Note: with Twitter's streaming API, you can keep a connection open indefinitely.

We need to be careful with reconnecting. If done too rapidly, it will cause the app to get banned from the api. The reconnection code needs to respond appropriately to Twitter's error messages and back-off reconnection if necessary.

Reconnect Guidelines
Error Codes