1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00
osu-lazer/osu.Game/Online/Solo
Bartłomiej Dach 3c0b8af8f1
Allow unsubscribing from solo statistics updates
This is more of a safety item. To avoid potential duplicate key in
dictionary errors (and also avoid being slightly memory-leaky), allow
`SoloStatisticsWatcher` consumers to dispose of the subscriptions they
take out.
2022-12-28 08:07:48 +01:00
..
CreateSoloScoreRequest.cs Send beatmap has to server on solo score request 2022-07-02 12:16:17 +09:00
SoloStatisticsUpdate.cs Add data structure for delivering statistics updates 2022-12-22 08:01:59 +01:00
SoloStatisticsWatcher.cs Allow unsubscribing from solo statistics updates 2022-12-28 08:07:48 +01:00
SubmitSoloScoreRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00