mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 12:27:25 +08:00
Merge pull request #21586 from smoogipoo/fix-hub-reconnect
Fix hub clients not reconnecting after a connection error
This commit is contained in:
commit
e42bd7b31a
@ -150,7 +150,7 @@ namespace osu.Game.Online
|
||||
await disconnect(true);
|
||||
|
||||
if (ex != null)
|
||||
await handleErrorAndDelay(ex, cancellationToken).ConfigureAwait(false);
|
||||
await handleErrorAndDelay(ex, CancellationToken.None).ConfigureAwait(false);
|
||||
else
|
||||
Logger.Log($"{ClientName} disconnected", LoggingTarget.Network);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user