mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:58:21 +08:00
Add extra explanatory comment to avoid any confusion
This commit is contained in:
parent
c7c691078a
commit
5cffaf4d3b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user