drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 132 forks source link

Fixed two issues of accessing contexts wrongly #229

Closed terhechte closed 8 years ago

terhechte commented 8 years ago

This commit fixes two issues where, under certain circumstances, "reset" is being send to the managedObjectContext from the wrong queue.

drewmccormack commented 8 years ago

Indeed. Nice find. Thanks!