Skip to content
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

Volley Basic slow network repeats the request multiple times #7

Closed
ibu2710 opened this issue Jan 27, 2017 · 1 comment
Closed

Volley Basic slow network repeats the request multiple times #7

ibu2710 opened this issue Jan 27, 2017 · 1 comment

Comments

@ibu2710
Copy link

ibu2710 commented Jan 27, 2017

I want to remove retry from volley. I dont want to set any retry policy as it sends duplicate request to the server

@jpd236
Copy link
Collaborator

jpd236 commented Jan 27, 2017

You can set a custom RetryPolicy on any request which won't retry:

https://github.com/google/volley/blob/dd439dc/src/main/java/com/android/volley/Request.java#L197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants