mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-05 08:30:18 +00:00
Misc
This commit is contained in:
@@ -1934,7 +1934,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
if (!WebLimitingSemaphores.TryGetValue(service, out SemaphoreSlim semaphore)) {
|
||||
ASF.ArchiLogger.LogGenericError(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(service), service));
|
||||
return default;
|
||||
return await function().ConfigureAwait(false);
|
||||
}
|
||||
|
||||
await semaphore.WaitAsync().ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user