Fix hub clients not reconnecting after connection error

This commit is contained in:
Dan Balasescu 2022-12-09 17:12:20 +09:00
parent a120de76e0
commit 3570fa8d93

View File

@ -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);