Track current thread in downloader operation
This commit is contained in:
parent
7ace0684f2
commit
f8d26f5172
|
@ -85,6 +85,7 @@
|
|||
|
||||
self.executing = YES;
|
||||
self.connection = [NSURLConnection.alloc initWithRequest:self.request delegate:self startImmediately:NO];
|
||||
self.thread = [NSThread currentThread];
|
||||
}
|
||||
|
||||
[self.connection start];
|
||||
|
|
Loading…
Reference in New Issue