mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
f5ba746ae5
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. |
||
---|---|---|
.. | ||
Requests | ||
APIAccess.cs | ||
APIDownloadRequest.cs | ||
APIMessagesRequest.cs | ||
APIMod.cs | ||
APIRequest.cs | ||
ArchiveDownloadRequest.cs | ||
DummyAPIAccess.cs | ||
IAPIProvider.cs | ||
ModSettingsDictionaryFormatter.cs | ||
OAuth.cs | ||
OAuthToken.cs | ||
OsuJsonWebRequest.cs | ||
OsuWebRequest.cs | ||
RegistrationRequest.cs |