1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00
osu-lazer/osu.Game/Online/API
Dean Herbert f5ba746ae5 Fail all API requests sent to DummyAPIAccess
Until now, API requests sent to dummy API were just lost in the void. In most cases this somehow worked as expected, but any logic which is waiting on a request to finish will potentially never get a response.

Going forward, I'm not 100% sure that every `Wait` on a web response will have local timeout logic (I think there is a certain amount of assumption that this is being managed for us by `APIAccess`), so I've made this change to better handle such cases going forward. Now, rather than nothing happening, requests will trigger a failure via the existing exception logic rather than silently pretending the request never arrived.
2021-03-23 17:37:45 +09:00
..
Requests Increase beatmapset download timeout 2021-02-22 17:14:39 +09:00
APIAccess.cs Update usages of config with framework changes 2021-03-17 16:10:16 +09:00
APIDownloadRequest.cs Make TriggerSuccess(filename) protected and expose in test instead 2021-01-17 22:10:30 +03:00
APIMessagesRequest.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
APIMod.cs Add custom resolver for mod settings dictionary 2021-02-03 19:46:47 +09:00
APIRequest.cs Fail all API requests sent to DummyAPIAccess 2021-03-23 17:37:45 +09:00
ArchiveDownloadRequest.cs Enforce one missed property back to single-floating type 2021-01-18 22:07:25 +03:00
DummyAPIAccess.cs Fail all API requests sent to DummyAPIAccess 2021-03-23 17:37:45 +09:00
IAPIProvider.cs Add missing nullability flag on CreateAccount return value 2021-02-15 17:02:07 +09:00
ModSettingsDictionaryFormatter.cs Add Messagepack support for serialising unknown bindable types 2021-02-10 23:44:06 +09:00
OAuth.cs Fix json web requests having incorrect user agents 2020-01-17 19:21:27 +09:00
OAuthToken.cs Merge branch 'master' into more-inspections 2019-02-28 14:32:57 +09:00
OsuJsonWebRequest.cs Fix json web requests having incorrect user agents 2020-01-17 19:21:27 +09:00
OsuWebRequest.cs Fix user agent missing in registration 2020-01-16 12:51:43 +09:00
RegistrationRequest.cs Fix user agent missing in registration 2020-01-16 12:51:43 +09:00