mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-28 16:05:44 +08:00
Improve cancellation behaviors for in-progress RKManagedObjectRequestOperation instances
This commit is contained in:
@@ -225,6 +225,7 @@ static NSString *RKFailureReasonErrorStringForMappingNotFoundError(id representa
|
||||
[mappedObjects addObject:destinationObject];
|
||||
}
|
||||
}
|
||||
*stop = [self isCancelled];
|
||||
}];
|
||||
|
||||
return mappedObjects;
|
||||
|
||||
Reference in New Issue
Block a user