sendasyncrequest真的一文不值吗?

时间:2013-09-28 11:01:50

标签: iphone nsurlconnection nsurlrequest sendasynchronousrequest

所以直到某个时候我才用这个:

[NSURLConnection sendAsynchronousRequest:request 
                                       queue:[NSOperationQueue mainQueue]
                           completionHandler:^(NSURLResponse *response, NSData *data, NSError *error) {
...Some code here
}];

但后来我才意识到这种方法总是有一种情况会崩溃应用程序。

例如,尝试在慢速互联网连接上使用代码,直到阻止完成后尝试输入背景,然后再次返回应用程序。您会看到它与EXC_BAD_ACCESS

崩溃

sendasynchrequest块是如此无价值?或者我在使用它时遗漏了什么?

提前致谢!

0 个答案:

没有答案