Re: Questions about uploading files via background NSURLSession
Re: Questions about uploading files via background NSURLSession
- Subject: Re: Questions about uploading files via background NSURLSession
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Wed, 04 Feb 2015 09:38:26 +0000
On 3 Feb 2015, at 20:47, Quinn The Eskimo! <email@hidden> wrote:
> Starting with iOS 8 and OS X 10.10, yes. NSURLSessionTask has a "priority" property that lets you hint as to which tasks should run first.
Oh boy, I got that wrong )-:
It turns out that this description of the "priority" property is completely incorrect. Rather, this property is used to control the relative priority of requests when using a multiplexed connection (think SPDY). Moreover, it's currently ignored by background sessions.
Sorry about the mixup.
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden