mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc
This commit is contained in:
@@ -2799,6 +2799,15 @@ public sealed class Bot : IAsyncDisposable, IDisposable {
|
|||||||
).ConfigureAwait(false);
|
).ConfigureAwait(false);
|
||||||
|
|
||||||
pollResult = await authSession.PollingWaitForResultAsync(authCancellationTokenSource.Token).ConfigureAwait(false);
|
pollResult = await authSession.PollingWaitForResultAsync(authCancellationTokenSource.Token).ConfigureAwait(false);
|
||||||
|
} catch (AsyncJobFailedException e) {
|
||||||
|
ArchiLogger.LogGenericWarningException(e);
|
||||||
|
|
||||||
|
await HandleLoginResult(EResult.Timeout, EResult.Timeout).ConfigureAwait(false);
|
||||||
|
|
||||||
|
ReconnectOnUserInitiated = true;
|
||||||
|
SteamClient.Disconnect();
|
||||||
|
|
||||||
|
return;
|
||||||
} catch (AuthenticationException e) {
|
} catch (AuthenticationException e) {
|
||||||
ArchiLogger.LogGenericWarningException(e);
|
ArchiLogger.LogGenericWarningException(e);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user