AFNetworking-AutoRetry
AFNetworking-AutoRetry copied to clipboard
An iOS category adding retry functionality to requests made using AFNetworking 2
Results
4
AFNetworking-AutoRetry issues
Sort by
recently updated
recently updated
newest added
Is this is a bug that use taskcreatorCopy to query retriesRemainingCount, and use task to save retriesRemainingCount? NSMutableDictionary *retryOperationDict = self.tasksDict[taskcreatorCopy]; newDict[task] = taskDict;
Fit AFNetworking 3.0 (beta 3)?
I wanted to utilize NSUInteger and NSTimeInterval in my project. Feel free to pull it in if you want.