Skip to content
This repository was archived by the owner on May 8, 2020. It is now read-only.

Conversation

@frankodwyer
Copy link

Hi,

I've seen some edge case errors which (I think) are to do with not creating contexts in the thread where they will be used. I noticed the dct_ async stuff uses the same pattern, so have made the same change there, if you want to pull the change.

Cheers,
Frank

(See Apple docs here: https://developer.apple.com/library/ios/#documentation/cocoa/conceptual/CoreData/Articles/cdConcurrency.htm
"You must create the managed context on the thread on which is will be used. If you use NSOperation, note that its init method is invoked on the same thread as the caller. You must not, therefore, create a managed object context for the queue in the queue’s init method, otherwise it is associated with the caller’s thread. Instead, you should create the context in main (for a serial queue) or start (for a concurrent queue).")

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant