realm.Write
realm.RegisterForNotifications
realm.Run(realm..
This matches the terminology used by realm themselves, which feels better.
RealmContextFactory
RealmAccess
Fix realm subscriptions getting lost after a context recycle
RegisterForNotifications
realmSubscriptionsResetMap
Array.Empty
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
Register
This is the first part of the requirement of sending a `ChangeSet` event to ensure correct state during blocking time
subscriptionActions
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
RealmLiveUnmanaged
Context
Fix missing detach calls in `MusicController`
RealmLive
CreateContext
Run
Write
RealmContextFactory.Write
IRealmFactory
Loader
Avoids constructing a new `Realm` instance when called from the update thread without worrying about disposal.
Attempt to avoid file IO issues. Closes #16531.
Realm.Refresh
Turns out this is not required if realm is aware of a `SynchronizationContext`. See https://github.com/realm/realm-dotnet/discussions/2775#discussioncomment-2005412 for further reading.
BeatmapSetInfo
Improve realm migration performance further