mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 03:42:58 +08:00
These can be tested by adding a `Task.Delay(3000);` at the end of the `MultiplayerClient.JoinRoom` task. The reason is typically that `Client.Room` becomes not-null but the join task still hasn't completed yet, so e.g. the ready button is still disabled. |
||
---|---|---|
.. | ||
IMultiplayerTestSceneDependencies.cs | ||
MultiplayerTestScene.cs | ||
MultiplayerTestSceneDependencies.cs | ||
TestMultiplayerClient.cs | ||
TestMultiplayerRoomManager.cs |