osu/osu.Game/Database
Bartłomiej Dach ca7303a50a
Fix online lookup cache not clearing completed task on early return
The task not being cleared in the early return path would cause
`pendingRequestTask` to become stuck as a completed task, and
`queryValue()` would not recreate it due to the null check there,
therefore stalling all lookups forevermore until a game restart.
2021-12-21 11:13:41 +01:00
..
ArchiveModelManager.cs Merge branch 'master' into primary-key-consistency 2021-12-08 21:34:38 +09:00
BeatmapLookupCache.cs Extract abstract implementation of online lookup cache 2021-12-21 11:12:51 +01:00
DatabaseBackedStore.cs
DatabaseContextFactory.cs
DatabaseWriteUsage.cs
EFToRealmMigrator.cs Fix skin setting resetting every launch 2021-12-06 20:12:02 +01:00
EntityFrameworkLive.cs Merge pull request #15812 from peppy/realm-live-unmanaged-fetch-fix 2021-11-26 15:37:58 +09:00
EntityFrameworkLiveExtensions.cs
ICanAcceptFiles.cs
IDatabaseContextFactory.cs
IHasFiles.cs
IHasGuidPrimaryKey.cs
IHasNamedFiles.cs
IHasOnlineID.cs
IHasPrimaryKey.cs
IHasRealmFiles.cs
ILive.cs Update missed xmldoc/comments 2021-11-30 11:56:53 +09:00
IModelDownloader.cs
IModelFileManager.cs Overwrite existing files if `AddFile` is called with an existing filename 2021-12-02 17:18:06 +09:00
IModelImporter.cs
IModelManager.cs
INamedFile.cs
INamedFileInfo.cs
INamedFileUsage.cs
IPostImports.cs Add equality support to `ILive` types 2021-11-26 14:56:16 +09:00
IPostNotifications.cs
IRealmFactory.cs
ISoftDelete.cs
ImportProgressNotification.cs
ImportTask.cs
LegacyBeatmapExporter.cs
LegacyBeatmapImporter.cs
LegacyExporter.cs
LegacyImportManager.cs
LegacyModelImporter.cs
LegacyScoreExporter.cs
LegacyScoreImporter.cs
LegacySkinExporter.cs
LegacySkinImporter.cs
MemoryCachingComponent.cs
ModelDownloader.cs
MutableDatabaseBackedStore.cs
MutableDatabaseBackedStoreWithFileIncludes.cs
OnlineLookupCache.cs Fix online lookup cache not clearing completed task on early return 2021-12-21 11:13:41 +01:00
OsuDbContext.cs Use similar method of consuming `OnlineID` as done in beatmap classes 2021-12-10 18:34:31 +09:00
RealmContextFactory.cs Merge branch 'realm-nested-context-creation-deadlock-fix' into realm-integration/skins-rebase 2021-11-30 15:56:34 +09:00
RealmExtensions.cs
RealmLive.cs Split out unmanaged implementation of `RealmLive` into its own class 2021-12-16 15:23:55 +09:00
RealmLiveUnmanaged.cs Fix "Random Skin" text not showing up correctly 2021-12-18 16:26:15 +09:00
RealmObjectExtensions.cs Split out unmanaged implementation of `RealmLive` into its own class 2021-12-16 15:23:55 +09:00
UserLookupCache.cs Extract abstract implementation of online lookup cache 2021-12-21 11:12:51 +01:00