mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Call DisposeAsync instead of StopAsync
This commit is contained in:
@ -188,7 +188,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
try
|
||||
{
|
||||
if (connection != null)
|
||||
await connection.StopAsync();
|
||||
await connection.DisposeAsync();
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
Reference in New Issue
Block a user