1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00
osu-lazer/osu.Game/Online/Metadata
Bartłomiej Dach b4aa247032
Do not attempt to stop watching user presence when requested to disconnect
First of all, this sort of cleanup isn't really the client's
responsibility, and secondly, at the point the client received this
request to disconnect, *none of its requests will be honored anymore*
(currently the only scenario of this if another client has connected
- the server-side concurrency filter will reject this request).

When disconnection is requested, the only valid thing to do with respect
to talking to the server is to stop doing it.

This will be moved server-side in a follow-up change, although I'm not
even strictly sure that's required - I'd like to think signalr would
know to clean up a disconnecting client from all groups they were in.
2024-02-16 13:08:39 +01:00
..
BeatmapUpdates.cs Save last processed id to config for now 2022-07-05 21:42:35 +09:00
IMetadataClient.cs Extend metadata client with user presence-observing capabilities 2023-12-06 19:37:35 +01:00
IMetadataServer.cs Extend metadata client with user presence-observing capabilities 2023-12-06 19:37:35 +01:00
MetadataClient.cs Extend metadata client with user presence-observing capabilities 2023-12-06 19:37:35 +01:00
OnlineMetadataClient.cs Do not attempt to stop watching user presence when requested to disconnect 2024-02-16 13:08:39 +01:00