Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Core Data threading problem with AFMMRecordResponseSerializer. The ... #87

Closed
wants to merge 1 commit into from

Conversation

jonbrooks
Copy link

...serializer does its work on a background thread, therefore the RecordResponse needs to be instantiated with a background context, and transfer to the main thread’s context is done via -performBlockAndWait:

…e serializer does its work on a background thread, therefore the RecordResponse needs to be instantiated with a background context, and transfer to the main thread’s context is done via -performBlockAndWait:
@jonbrooks
Copy link
Author

This is a possible change to fix #85

@cnstoll
Copy link
Contributor

cnstoll commented Jul 28, 2014

Hey Jon, I created a new PR with your changes + some of my own to include support for MMRecord's built in error handling. Please take a look here: #88

@cnstoll
Copy link
Contributor

cnstoll commented Jul 28, 2014

I think your changes look good by the way. Thanks!

@cnstoll cnstoll closed this Jul 28, 2014
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.

None yet

2 participants