Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix Core Data threading issue when saving objects#76

Merged
sodastsai merged 1 commit into
Overcoat:masterfrom
seegno-forks:bugfix/fix-core-data-threading-issue
Jul 8, 2015
Merged

Fix Core Data threading issue when saving objects#76
sodastsai merged 1 commit into
Overcoat:masterfrom
seegno-forks:bugfix/fix-core-data-threading-issue

Conversation

@nunofgs

@nunofgs nunofgs commented Dec 18, 2014

Copy link
Copy Markdown
Contributor

The -managedObjectFromModel:insertingIntoContext:error: call will attempt to insert an object into the database and will sometimes fail (especially with large datasets) since it is not running in the same Core Data queue.

The -managedObjectFromModel:insertingIntoContext:error: call will
attempt to insert an object into the database and will sometimes fail
(especially with large datasets) since it is not running in the same
Core Data queue.
sodastsai added a commit that referenced this pull request Jul 8, 2015
…ng-issue

Fix Core Data threading issue when saving objects
@sodastsai sodastsai merged commit d11c2da into Overcoat:master Jul 8, 2015
@sodastsai

Copy link
Copy Markdown
Member

@nunofgs: Thanks 👍

adrian-gierakowski pushed a commit to adrian-gierakowski/Overcoat that referenced this pull request May 13, 2016
…-threading-issue

Fix Core Data threading issue when saving objects
adrian-gierakowski pushed a commit to adrian-gierakowski/Overcoat that referenced this pull request May 13, 2016
…-threading-issue

Fix Core Data threading issue when saving objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants