Jan Pittner created CB-6059:
-------------------------------
Summary: FileTransfer downloads operate on main UI thread rather
than their own
Key: CB-6059
URL: https://issues.apache.org/jira/browse/CB-6059
Project: Apache Cordova
Issue Type: Bug
Components: iOS, Plugin File Transfer
Affects Versions: 3.3.0
Environment: iOS 7
Reporter: Jan Pittner
Priority: Minor
Fix For: 3.3.0
Attachments: putdownloadsInOperationQueue.patch
Downloads currently operate on main UI queue. Proposed fix is to set an
NSOperationQueue and tell NSURLConnection to use that queue via
setDelegateQueue. This will put calls to delegate methods in their own
NSOperation. Have patch to submit.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)