whyceewhite / CarLess

Logging commuting trips completed using transit or pedestrian modes of transportation.
0 stars 0 forks source link

Investigate queue options for web service calls #43

Closed whyceewhite closed 9 years ago

whyceewhite commented 9 years ago

The mainQueue is used for the web service calls. Find out if a different queue should be used. There is some concern that using the main queue causes blocking.

whyceewhite commented 9 years ago

This NSOperation tutorial might be helpful.

whyceewhite commented 9 years ago

In ios 9, sendAsynchronousRequest was deprecated. Therefore, use this task to replace with NSURLSession.dataTaskWith....