I would like to do a server with clients.
My concept is the following:
1. client connects to server
2. client gets serverconnection
3. server returns an initialized bundle object (an other one for each
user)
4. client sends request to this very initialized bundle object (remote)
My problem is the point 3:
if I interrogate the bundle object (remote) that is returned by the
server, both the server and client crashes with
"NSPortTimeoutException: invalidated while awaiting reply" message.
I am sure have make some mistake, but what?
How can the client communicate this bundle object (remote) that
returns "NSDistantObject" for the [remote class] method?
Thanks for any clue, I am totally stuck at this point.
br
Andras
_______________________________________________
Help-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnustep