Timed Out while using AFHTTPSessionOperation
问题 Can anybody tell me why my call "timed out"? My app just hangs there, the success:^(NSURLSessionTask* operation, id response) section of the folowing code was never executed. return [self beginRequestController:@"myController" action:@"myAction" parameters:parameters success:^(NSURLSessionTask* operation, id response) { NSLog(@"This is NOT being called --->>>: %@", response); } failure:^(NSURLSessionTask* operation, NSError* error) { //Handle the error }]; - (NSOperation*)