NSObjectInaccessibleException

Today I learned something about distributed objects and NSConnection. When I have an object that I want to access from multiple threads (or that I want to receive messages in the main thread), I make it a DO server, and I give each thread a proxy. I’ve been creating the proxies like this: NSConnection *clientConnection … Continue reading NSObjectInaccessibleException