1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 18:23:21 +08:00

Add explanation for try-catch

This commit is contained in:
Dan Balasescu 2022-03-24 14:44:27 +09:00
parent d36944ac95
commit 8f3a4df70a

View File

@ -339,6 +339,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
}
catch (OperationCanceledException)
{
// Clients need to be notified of cancellations in the following code.
}
Schedule(() =>