Merge branch 'master' into realm-fix-async-write-after-disposal

This commit is contained in:
Dean Herbert
2022-06-29 22:39:05 +09:00
149 changed files with 542 additions and 518 deletions

View File

@ -128,7 +128,7 @@ namespace osu.Game.Database
Logger.Log(@$"Opened realm ""{updateRealm.Config.DatabasePath}"" at version {updateRealm.Config.SchemaVersion}");
// Resubscribe any subscriptions
foreach (var action in customSubscriptionsResetMap.Keys)
foreach (var action in customSubscriptionsResetMap.Keys.ToArray())
registerSubscription(action);
}