Re: NSURLSessionUploadTask - stops uploading after sending 160kB of data (5x 32kB chunks)

2013-12-11 Thread Robert Vojta
Staring at the code for a long time. Typo in one letter and found it just one minute after I did send the question, as always. Works like a charm. My apologize for the noise. Sent from my iPhone > On 10. 12. 2013, at 20:38, Jens Alfke wrote: > > >> On Dec 10, 2013, at 11:16 AM, Robert Vojta

Re: NSURLSessionUploadTask - stops uploading after sending 160kB of data (5x 32kB chunks)

2013-12-10 Thread Jens Alfke
On Dec 10, 2013, at 11:16 AM, Robert Vojta wrote: > When I’m testing it, it starts upload almost immediately, I see it in logs > and then it suddenly stops after 160kB of data sent and is stalled ... Is it possible this is a server-side issue? What exactly are you uploading it to? Have you lo

NSURLSessionUploadTask - stops uploading after sending 160kB of data (5x 32kB chunks)

2013-12-10 Thread Robert Vojta
Hi all, I’ve got issues with NSURLSessionUploadTask and maybe I missed something. My NSURLSession has background configuration, cellular data allowed and discretionary property set to NO. The configuration is … NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration backgroundS