Hi, I have a streaming radio application in appstore, which uses Core Foundation URL Api to establish the streaming connection. It works fine.
Recently i have replaced the CF URL API code with NSURLSession with NSURLSessionDataTask. It also works fine in most of the time. But some times, connection is terminated with -1001(NSURLErrorTimedOut) error code (may be after 10 or 15 mins). I have tried with different radio URLs. the same behaviour. Basically i want to know whether NSURLSession safe for streaming network connection? Regards Sasikumar JP _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com