1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 03:20:16 +08:00

Call DisposeAsync instead of StopAsync

This commit is contained in:
Dean Herbert
2021-01-25 17:11:04 +09:00
Unverified
parent c05ae3497a
commit 994fb2667d
@@ -188,7 +188,7 @@ namespace osu.Game.Online.Multiplayer
try
{
if (connection != null)
await connection.StopAsync();
await connection.DisposeAsync();
}
finally
{