DLSFTPClient
DLSFTPClient copied to clipboard
Crash on download cancelation
Crash in DLSFTPDownloadRequest.m on the line 301: dispatch_async(self.connection.socketQueue, ^{ [weakSelf downloadChunk]; });
after I cancel current download request
这样可以吗?我发现我这里也是。是不是要取消链接。
me too