Committed by
Ben Copsey
Fix for crash when cancelling requests.
It seems that notifying the NSOperationQueue we're complete before we start running causes a problem resulting in a crash. Hence, we avoid calling markAsFinished unless we're inprogress - main() will call it when we do start.
Showing
1 changed file
with
6 additions
and
0 deletions
-
Please register or login to post a comment