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 issue with AFMMRecordResponseSerializer threading #88

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 25, 2014

  1. Fix Core Data threading problem with AFMMRecordResponseSerializer. Th…

    …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:
    Jon Brooks committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    c88bc6b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Merge branch 'upstream' of https://github.com/jonbrooks/MMRecord into…

    … development
    Conrad Stoll committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    75dbe7a View commit details
    Browse the repository at this point in the history
  2. Improved error handling for background context save

    Conrad Stoll committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    7eccced View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. Move primaryKey injection earlier so it can successfully find/merge d…

    …uplicate objects within a response.
    Jon Brooks committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    405931b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2014

  1. Configuration menu
    Copy the full SHA
    2036559 View commit details
    Browse the repository at this point in the history