Re: Exception thrown when calling NSConnection connectionWithReceivePort:sendPort:

2008-07-23 Thread Chris Backas
Hi Ken, Thanks for responding. I probably should have mentioned it, as I had a similar thought (but the message was getting so long I feared no one would read it as it was!) DOConnectionSocket is definitely not nil, I watched the process through the debugger. The port and the host as pass

Re: Exception thrown when calling NSConnection connectionWithReceivePort:sendPort:

2008-07-22 Thread Ken Thomases
On Jul 22, 2008, at 10:46 AM, Chris Backas wrote: So... the problem is that when I try to reconnect to DO, meaning, call getServerProxy the second time, I get an exception from the DOConnection = [[NSConnection connectionWithReceivePort:nil sendPort:DOConnectionSocket] retain]; line. The

Exception thrown when calling NSConnection connectionWithReceivePort:sendPort:

2008-07-22 Thread Chris Backas
Hello all, This is a little long, the error is summarized at the bottom for anyone who wants to skip ahead though ;) I have an application which is using Distributed Objects to ask a remote machine to obtain and interact with certain resources on its behalf. This has been working great so