mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Good catch
This commit is contained in:
@@ -1894,7 +1894,7 @@ public sealed class Bot : IAsyncDisposable {
|
||||
}
|
||||
|
||||
private async Task HandleCallbacks() {
|
||||
if (!await CallbackSemaphore.WaitAsync(CallbackSleep)) {
|
||||
if (!await CallbackSemaphore.WaitAsync(CallbackSleep).ConfigureAwait(false)) {
|
||||
if (Debugging.IsUserDebugging) {
|
||||
ArchiLogger.LogGenericDebug(string.Format(CultureInfo.CurrentCulture, Strings.WarningFailedWithError, nameof(CallbackSemaphore)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user