-
-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to config network retries and timeout policy? #498
Comments
Waiting while Parse SDK tries to connect is cumbersome. Didn't find anything in the docs to set a limit for that. Now it looks like this:
Could someone resolve this? |
Use open source sdk and modify retry number and timeout in sdk. |
So there is no way to set this at the moment? Would be awesome to do it like the SDK on iOS where you can set a networkRetryAttempts on the ParseClientConfiguration. |
… default socketTimeout and max number of retries
The PR reference looks like a good starting point to add configuration options... |
Timeout policy should be already exposed in the okhttp builder. Retries still missing though, see also #683 |
My two cents: #764 (comment) |
Is there a way to config network retries number and timeout in parse sdk? It's quite annoying when parse sdk auto retry 5 times when there response lately from server. In my case, I don't want parse sdk retry. How to config for this? Thanks
The text was updated successfully, but these errors were encountered: