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
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