NSNotificationCenter not always working?

2010-11-19 Thread Laurent Daudelin
Greetings. Is there a way to debug why the same postNotificationName:object:userInfo: would not work the second time it's called? I have a process downloading stuff from the internet that is repeated. There is a download controller that create page downloaders and then adds itself as observer

Re: NSNotificationCenter not always working?

2010-11-19 Thread Matt Neuburg
Date: Fri, 19 Nov 2010 11:58:35 -0800 From: Laurent Daudelin laur...@nemesys-soft.com Subject: NSNotificationCenter not always working? Is there a way to debug why the same postNotificationName:object:userInfo: would not work the second time it's called? In a word - no. This is one

Re: NSNotificationCenter not always working?

2010-11-19 Thread Laurent Daudelin
On Nov 19, 2010, at 12:16, Matt Neuburg wrote: Date: Fri, 19 Nov 2010 11:58:35 -0800 From: Laurent Daudelin laur...@nemesys-soft.com Subject: NSNotificationCenter not always working? Is there a way to debug why the same postNotificationName:object:userInfo: would not work the second

Re: NSNotificationCenter not always working?

2010-11-19 Thread Wayne Packard
On Nov 19, 2010, at 12:35 PM, Laurent Daudelin laur...@nemesys-soft.com wrote: On Nov 19, 2010, at 12:16, Matt Neuburg wrote: Date: Fri, 19 Nov 2010 11:58:35 -0800 From: Laurent Daudelin laur...@nemesys-soft.com Subject: NSNotificationCenter not always working? Is there a way to debug