Realm does not synchronize records

I was able to solve the issue by subscribing to the object:

realm.subscriptions.update(mutableSubs => {
mutableSubs.add(realm.objects(…))
})