1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Add extra explanatory comment to avoid any confusion

This commit is contained in:
Dean Herbert 2021-07-13 14:34:56 +09:00
parent c7c691078a
commit 5cffaf4d3b

View File

@ -283,6 +283,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
{
// the room has gone away.
// this could mean something happened during the join process, or an external connection issue occurred.
// one specific scenario is where the underlying room is created, but the signalr server returns an error during the join process. this triggers a PartRoom operation (see https://github.com/ppy/osu/blob/7654df94f6f37b8382be7dfcb4f674e03bd35427/osu.Game/Screens/OnlinePlay/Multiplayer/MultiplayerRoomManager.cs#L97)
Schedule(this.Exit);
}
}, true);