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
Currently it is possible to set the network retry counts with .maxRetries(n) but it is not possible to set the timeout of the okhttp client. The SDK does not seem to set any timeout, so the okhttp default timeouts apply which is 10s. In some cases this may be too short.
Suggested solution
Expose a method to manually set the timeout upon SDK initialization.
Issue
Currently it is possible to set the network retry counts with
.maxRetries(n)
but it is not possible to set the timeout of the okhttp client. The SDK does not seem to set any timeout, so theokhttp
default timeouts apply which is 10s. In some cases this may be too short.Suggested solution
Expose a method to manually set the timeout upon SDK initialization.
Related issues
The text was updated successfully, but these errors were encountered: