Re: What are the conditions for NSManagedObjectContextObjectsDidChangeNotification to get posted?

2014-01-16 Thread Jim McGowan
On 17 Jan, 2014, at 12:02 am, Mike Abdullah wrote: > > - Does NSManagedObjectContextObjectsDidChangeNotification ever get posted > *not* as a result of -processPendingChanges? > - When you start seeing the problematic behaviour, is -processPendingChanges > still being called, but not firing of

Re: What are the conditions for NSManagedObjectContextObjectsDidChangeNotification to get posted?

2014-01-16 Thread Mike Abdullah
On 15 Jan 2014, at 21:04, Jerry Krinock wrote: > Hello Jim, > > The fact that no one has replied to your post yet confirms my feeling that > you’re at the bleeding edge of > NSManagedObjectContextObjectsDidChangeNotification usage. Here are a couple > of thoughts… > > • You can generally s

Re: What are the conditions for NSManagedObjectContextObjectsDidChangeNotification to get posted?

2014-01-15 Thread Jerry Krinock
Hello Jim, The fact that no one has replied to your post yet confirms my feeling that you’re at the bleeding edge of NSManagedObjectContextObjectsDidChangeNotification usage. Here are a couple of thoughts… • You can generally send -processPendingChanges yourself, whenever you want. Particul

What are the conditions for NSManagedObjectContextObjectsDidChangeNotification to get posted?

2014-01-15 Thread Jim McGowan
Hi, I’ve noticed that NSManagedObjectContextObjectsDidChangeNotifications are not getting posted on every change to my ManagedObjectContext. The NSManagedObjectContext docs say it gets posted during -processPendingChanges, which is “invoked automatically at least once during the event loop (at