drewmccormack / ensembles

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

Detect crashes during saving, and trigger full integration #116

Closed drewmccormack closed 10 years ago

drewmccormack commented 10 years ago

If a crash happens just after a save to the persistent store, it is possible the event has not been properly saved. In that case, it would be good to delete the unsaved event, and releech, or trigger a full integration to rebuild the store.

Should be rare, but needs to be handled.

drewmccormack commented 10 years ago

Already supported.