Long polling with NSURLConnection

前端 未结 5 1441
天涯浪人
天涯浪人 2020-12-31 06:46

I\'m working on an iPhone application which will use long-polling to send event notifications from the server to the client over HTTP. After opening a connection on the ser

5条回答
  •  失恋的感觉
    2020-12-31 07:14

    There is another HTTP API Implementation named ASIHttpRequest. It doesn't have the problem stated above and provides a complete toolkit for almost every HTTP feature, including File Uploads, Cookies, Authentication, ...

    http://allseeing-i.com/ASIHTTPRequest/

提交回复
热议问题