mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
Don't force reconnect if we're somehow already connected during Start()
This commit is contained in:
@@ -1970,7 +1970,7 @@ public sealed class Bot : IAsyncDisposable, IDisposable {
|
||||
CancellationToken token = CallbacksAborted.Token;
|
||||
|
||||
Utilities.InBackground(() => HandleCallbacks(token), true);
|
||||
Utilities.InBackground(Reconnect);
|
||||
Utilities.InBackground(Connect);
|
||||
} finally {
|
||||
ConnectionSemaphore.Release();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user