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
In case of timeouts calling ContentStack API, I would expect the ResultCallback to be invoked and contain details about the error, instead of an exception being thrown.
The text was updated successfully, but these errors were encountered:
The SDK seems to be throwing an unhandled exception when ContentStack API times out.
The following error is thrown during execution of CSHttpConnection.java#L205):
SocketTimeoutException: timeout
In case of timeouts calling ContentStack API, I would expect the ResultCallback to be invoked and contain details about the error, instead of an exception being thrown.
The text was updated successfully, but these errors were encountered: