You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the app just hits an exception when it encounters a network problem. Create logic to retry 3 times with short pauses in between and then fail by gracefully ending the program. The question if exiting completely or continue with the rest of the task could depend on the specific request. In general it should be assumed that the whole process is failing.
The text was updated successfully, but these errors were encountered:
At the moment the app just hits an exception when it encounters a network problem. Create logic to retry 3 times with short pauses in between and then fail by gracefully ending the program. The question if exiting completely or continue with the rest of the task could depend on the specific request. In general it should be assumed that the whole process is failing.
The text was updated successfully, but these errors were encountered: