What is the correct usage of two modelContexts (when you have a main one for swiftUI, and a background one for background operations - like networking)?
Is it expected that when the main one make updates, that the background modelContexts would also update automatically?
And if it doesn't, is there a way to force it to get updates?