AFHTTPSessionOperation
AFHTTPSessionOperation copied to clipboard
A `NSOperation` subclass for requests added to `AFHTTPSessionManager`
app crashes at [AFURLSessionOperation completeOperation] line AFURLSessionOperation.m line 128. Anyone faced similar problem ?
Whenever setFinished method is called which is defined in AsynchroniousOperationManager. m file. I tried to solve but it fails. This crash occured very rarely. I used AFNetworking 3.0 framework.
It would be great if the library could be found in CocoaPods. Please add spec file as described here: https://guides.cocoapods.org/making/making-a-cocoapod.html
how to cancel all que and stop requests?
I've just updated an old project from AFNetworking 1.x to 3.1, and found your wrapper very useful. Maybe this change seems a little pedantic, but it solves an issue I...