SundeepK / TwitterFilttr

An open source twitter client that allows users to filter tweets on certain keywords or hashtags and receive notifications
2 stars 0 forks source link

Add proper exception handling so we can retry any network requests to Twitter if necessary #7

Open SundeepK opened 10 years ago

SundeepK commented 10 years ago

Currently, there is minimal exception handling during Twitter request. Add exception headlining in places where the app can recover from the exception and add retry logic.