mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-13 23:20:37 +00:00
Allow retry in mutex acquire process
This commit is contained in:
@@ -170,7 +170,8 @@ namespace ArchiSteamFarm {
|
||||
ParseArgs(args);
|
||||
}
|
||||
|
||||
bool uniqueInstance = OS.RegisterProcess();
|
||||
bool uniqueInstance = await OS.RegisterProcess().ConfigureAwait(false);
|
||||
|
||||
Logging.InitCoreLoggers(uniqueInstance);
|
||||
|
||||
if (!uniqueInstance) {
|
||||
|
||||
Reference in New Issue
Block a user