1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08:00
osu-lazer/osu.Game/Online/API
Dean Herbert bf6fb1c380 Don't use ConcurrentQueue for API
This queue type can hold several references to already dequeued requests. In our usage, this can cause old api calls to hold references to already-disposed screens (and in turn, very large memory portions).
2018-09-01 12:56:09 +09:00
..
Requests ToLower -> ToLowerInvariant 2018-07-25 07:37:05 +02:00
APIAccess.cs Don't use ConcurrentQueue for API 2018-09-01 12:56:09 +09:00
APIDownloadRequest.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
APIRequest.cs Expose result for synchronous consumption 2018-06-08 14:37:48 +09:00
DummyAPIAccess.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
IAPIProvider.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
IOnlineComponent.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
OAuth.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
OAuthToken.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00