Even more DO problems
Even more DO problems
- Subject: Even more DO problems
- From: Sailor Quasar <email@hidden>
- Date: Mon, 9 Jun 2003 16:02:43 -0400
Ok, I got a multithreaded client-server setup almost working with
Distributed Objects, but there's a problem...
The client opens a connection to the server and sends some data across
using a message for the purpose. If I declare the message as (oneway
void), all is well with the world. If I don't use oneway, the client
blocks forever somewhere inside the DO runtime. The server receives the
message, and the relevant run loops are running on both sides. Any
ideas what I might be doing wrong?
-- Sailor Quasar, guardian of Leraz's memory
"Face of stone, mind of calm, soul of love."
Email: email@hidden
_______________________________________________
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.