Re: NSURLConnection not removing itself from the RunLoop ?
Re: NSURLConnection not removing itself from the RunLoop ?
- Subject: Re: NSURLConnection not removing itself from the RunLoop ?
- From: Thomas Deniau <email@hidden>
- Date: Thu, 10 Jul 2003 11:06:22 -0400
On Thursday, July 10, 2003, at 10:58 AM, Fritz Anderson wrote:
There is no guarantee that you are the only supplier of sources to a
run loop.
Yes, but my logs show that the sources are the same when the connection
is still active and when it has finished. So in my case, I am the only
supplier.
So it seems that there is a bug in NSURLConnection, but I would like a
confirmation from someone more experienced before filing a bug...
Once you run it, other sources may attach without any notice to you.
-[NSRunLoop run] is therefore not guaranteed to return promptly after
events of interest to you.
I'll try it, thank you.
--
Thomas Deniau
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.