mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-15 16:10:41 +00:00
Make WCF interface async
This commit is contained in:
@@ -453,7 +453,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
Logging.LogGenericInfo("Command sent: " + arg);
|
||||
Logging.LogGenericInfo("Response received: " + WCF.SendCommand(arg));
|
||||
Logging.LogGenericInfo("Response received: " + WCF.SendCommand(arg).Result);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user