NSURLRequest Timeout IOS

前端 未结 3 1338
误落风尘
误落风尘 2020-12-20 21:57

I need to set timeout 15sec or 30 sec with UIRequest, but it always takes default one. Is there any way to set minimum timeout to connection.

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 22:41

    POST requests have a timeout minimum which is 4 minutes, I believe. The most secure way is to start a NSTimer and cancel the request when the timeout fires.

提交回复
热议问题