mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Update CrossProcessMutexBasedSemaphore.cs
This commit is contained in:
@@ -160,7 +160,7 @@ namespace ArchiSteamFarm.Helpers {
|
||||
return false;
|
||||
}
|
||||
} catch (AbandonedMutexException) {
|
||||
// Ignored, this is fine
|
||||
// Ignored, this is fine, other ASF process has been closed
|
||||
}
|
||||
|
||||
ReleasedTask = new TaskCompletionSource<bool>();
|
||||
|
||||
Reference in New Issue
Block a user