Retain Count of NSConnection object

2010-01-04 Thread Alexander Reichstadt
Hi and happy new year, I have a server and a client app using NSConnection. All seems to work fine. The client is doing something like [(NSDistantObject *)aServer doThis] while the server object has a method - (oneway void)doThis { NSLog(@do something); } After calling this method,

Re: Retain Count of NSConnection object

2010-01-04 Thread Sherm Pendley
On Mon, Jan 4, 2010 at 10:34 AM, Alexander Reichstadt l...@mac.com wrote: I can hardly expect for this to be a Cocoa-bug but imagine I am misunderstanding something. Can anyone help and please tell me where I am erring here? You're expecting -retainCount to return a useful number. It doesn't.