Closed
Description
Hey Parsers!
One issue that has been annoying me for months, when the SDK wasn't open source - but now it is so I remembered I can discuss it.
In some case in my app, there is no point where some calls should automatically retry to succeed. Simple example: In my login view controller, if the user mistakenly disabled wi-fi, I want to be able to show as soon as possible that the request failed. But right now, the SDK tries a few times before passing back the error calling the completion block.
Is it very complicated to give the developers some option to disable the retry logic?