Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2020 02:09 AM
Two conclusions from your issue
1) As you may suspect based on the name, the SocketTimeoutException is thrown when a timeout occurs during a read or acceptance message within a socket connection, this means there can be some issue at their end as well while sending the response.
2) Or your token keeps expiring after certain minute and you havent wrote code to refresh it
Check the below links for
1) Whether token has expired ?
2) Refreshing the token
Mark my ANSWER as CORRECT and HELPFUL if it helps.