Re: NSFileHandle socket question
Re: NSFileHandle socket question
- Subject: Re: NSFileHandle socket question
- From: Dustin Mierau <email@hidden>
- Date: Mon, 24 Dec 2001 00:15:27 -0800
Doug,
I think this works the same way recv() does, if you a size of 0 is
passed to your callback, the connection has closed. You might just want
to use the socket api directly and skip the NSFileHandle stuff, it will
give you a little more flexibility.
-dustin
"if you a size of 0 is passed to your callback"
Sometimes I make too much sense.
-dustin