NSURLConnection not reentrant?
NSURLConnection not reentrant?
- Subject: NSURLConnection not reentrant?
- From: Ed Voas <email@hidden>
- Date: Mon, 21 Nov 2005 11:15:47 -0800
Hi,
I can't see anything in the docs about this, but we have a situation
where in the connectionDidFinishLoading callback we are starting another
fetch using another connection. This second fetch just hangs and never
completes. I'm guessing that NSURLConnection won't call a delegate (or
perhaps even start the fetch) when it's already calling another one. Is
this the case? If so, I'll need to manage my own completion queue, which
I was hoping I didn't need to do on Mac.
-- Ed
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden