Merge pull request #698 from salling/master
Fixing race in SDWebImageDownloaderOperation leading to erroneous timeout.
This commit is contained in:
commit
c9a24e294a
|
|
@ -129,6 +129,7 @@
|
|||
}
|
||||
|
||||
- (void)cancelInternalAndStop {
|
||||
if (self.isFinished) return;
|
||||
[self cancelInternal];
|
||||
CFRunLoopStop(CFRunLoopGetCurrent());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue