ERNICommunity / erni-moods-android

Android ERNI moods app (Hack Sessions)
0 stars 0 forks source link

Add timeout for backend API calls #4

Closed elgrangrifon45 closed 9 years ago

elgrangrifon45 commented 10 years ago

The calls to the backend run in background tasks, thus they do not block the application. However it doesn't make sense to wait forever for a response. A reasonable timeout should be implemented for these calls.

elgrangrifon45 commented 9 years ago

Added a timeout of 5000ms.