Hello
I'm using core data in my app. I check debug argument "-com.apple.CoreData.ConcurrencyDebug 1".
Since I check it my app start crashing when I touch context peroperty "has changes".
More information you can see here https://stackoverflow.com/questions/61972247/core-data-crash-with-method-haschanges
Can you answer is the "hasChanges" property are not thread safe and I need wrap it by method "perform" or "performAndWait" ?