You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Shared sync device was kept as a static variable. The thing is that,
NSManagedObjects are not thread safe.
This commit changes the implementation so its thread safe object id
is being kept and used to access the object.
We have a lot of crash reports, triggered in
Sync.getExistingObjects
when accessing a shared device.This is possibly a concurrency problem.
The text was updated successfully, but these errors were encountered: