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
Despite official docs says: "You can use the same embedded object type in multiple parent object types and you can embed objects inside of other embedded objects."
You get the RealmInvalidObjectException: "Can't enumerate the collection because it was deleted or the Realm it is contained in has been closed." when trying to update parent RealmObject with EmbededObject member witch has inside List of other embedded objects.
That makes "live" data binding impossible in Xamarin Forms! Is there any workaround?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Despite official docs says: "You can use the same embedded object type in multiple parent object types and you can embed objects inside of other embedded objects."
You get the RealmInvalidObjectException: "Can't enumerate the collection because it was deleted or the Realm it is contained in has been closed." when trying to update parent RealmObject with EmbededObject member witch has inside List of other embedded objects.
That makes "live" data binding impossible in Xamarin Forms! Is there any workaround?
Beta Was this translation helpful? Give feedback.
All reactions