Re: DO Chat Example
Re: DO Chat Example
- Subject: Re: DO Chat Example
- From: "Lukhnos D. Liu" <email@hidden>
- Date: Tue, 29 Jul 2008 02:11:44 +0800
On Jul 26, 2008, at 3:38 AM, Justin Giboney wrote:
It works so far... well mostly. It isn't very consistent. I don't
have a
lot of experience with ports, and I was hoping that someone could
look at
it and see if they can find out why some messages go through while
others
don't.
Here are the projects:
www.justingiboney.com/code/DOChat.zip
www.justingiboney.com/code/DOChatServer.zip
Might be better if you tell more about in which way your code behaves
inconsistently, it's easier to pinpoint the problem. :)
Also, passing client-side objects to server might not be a good idea,
especially if you are keeping them on the server side and intend to
use them later (immediate callbacks are generally ok in my
experiences). You might want to make your client a server itself too,
and let the server talk to the client via another DO.
d.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden