Handle request timeout in try catch
Open
Handle request timeout in try catch
Now the requests are made with a 30s timeout we need to catch the exception and handle any internal logic.
Decide whether to re-raise in the except block after any internal logic.
- On timeout from in the auth token request reset the authenticating status
Please register or sign in to reply