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) catch (OperationCanceledException)
{ {
// Clients need to be notified of cancellations in the following code.
} }
Schedule(() => Schedule(() =>