google / volley

https://google.github.io/volley
Apache License 2.0
3.38k stars 754 forks source link

Retry on NoConnectionError #342

Closed sphill99 closed 4 years ago

sphill99 commented 4 years ago

Added the option to retry connecting when receiving a NoConnectionError. Also added a couple tests to make sure this works.

jpd236 commented 4 years ago

Merged, thanks! For the future, if you add "Fixes #X" or "Bug #X" to your commit/PR description, it will automatically link the request to the associated bug, which helps establish a trail. I've gone ahead and done that here.