Update CrossProcessMutexBasedSemaphore.cs

This commit is contained in:
JustArchi
2020-05-20 22:04:01 +02:00
parent 6c22724835
commit 88bb631eea

View File

@@ -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>();