зеркало из https://github.com/github/AFNetworking.git
Check for finished operations in order to increments the `numberOfFinishedOperations` count
This commit is contained in:
Родитель
0d49f731a2
Коммит
8d075dde30
|
@ -606,7 +606,7 @@ static void AFNetworkReachabilityReleaseCallback(const void *info) {
|
|||
}
|
||||
|
||||
NSInteger numberOfFinishedOperations = [[operations indexesOfObjectsPassingTest:^BOOL(id op, NSUInteger __unused idx, BOOL __unused *stop) {
|
||||
return [op isCancelled];
|
||||
return [op isFinished];
|
||||
}] count];
|
||||
|
||||
if (progressBlock) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче