Re: CFSocket
Re: CFSocket
- Subject: Re: CFSocket
- From: Joseph Kelly <email@hidden>
- Date: Wed, 21 Nov 2007 09:49:10 -0800
Did you create a run loop source for the socket using CFSocketCreateRunLoopSource() and add it to the thread's run loop using CFRunLoopAddSource()?
That's all I can think of w/o looking at your source.
Joe K.
On Wednesday, November 21, 2007, at 10:11AM, "sunil prajapati" <email@hidden> wrote:
>Hi Guys,
>
>I have developed one client/server application in Carbon.
>I am getting the problem when I create the CFSocket on a thread then
>the callback function does not work. But when I create it in a normal
>function then it works properly.
>What is the reason CFSocket does not work on my created thread?
>
>Thanks,
>Sunil.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >CFSocket (From: "sunil prajapati" <email@hidden>) |