You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2014/02/19 17:00:19 UTC

[jira] [Resolved] (CB-6059) FileTransfer downloads operate on main UI thread rather than their own

     [ https://issues.apache.org/jira/browse/CB-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Grieve resolved CB-6059.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.3.0)
         Assignee: Andrew Grieve

Fixed in 0.4.2-dev

> 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
>            Assignee: Andrew Grieve
>            Priority: Minor
>         Attachments: putdownloadsInOperationQueue.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Downloads currently operate on main UI thread. 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)