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:
parent
d36944ac95
commit
8f3a4df70a
@ -339,6 +339,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
// Clients need to be notified of cancellations in the following code.
|
||||
}
|
||||
|
||||
Schedule(() =>
|
||||
|
Loading…
Reference in New Issue
Block a user