Re: CFSocket & CFRunLoop
Re: CFSocket & CFRunLoop
- Subject: Re: CFSocket & CFRunLoop
- From: Douglas Davidson <email@hidden>
- Date: Fri, 10 May 2002 10:43:52 -0700
On Thursday, May 9, 2002, at 03:53 PM, Matt Jarjoura wrote:
Ok, well now that I've managed to find a semi good example on the
internet.
http://wodeveloper.com/omniLists/macosx-dev/2001/January/msg00439.html
I'm curious... do you need to CFRunLoopRemoveSource?
You can certainly use CFRunLoopRemoveSource, but when a socket is
invalidated, the source will automatically be removed from all run
loops. You do need to release the reference returned by
CFSocketCreateRunLoopSource().
Douglas Davidson
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.