Time to sleep

This commit is contained in:
JustArchi
2016-03-15 07:09:30 +01:00
parent fccca6a4fc
commit 6213e77fab

View File

@@ -397,7 +397,7 @@ namespace ArchiSteamFarm {
Logging.LogGenericInfo("Command sent: " + arg);
// We intentionally execute this async block synchronously
Logging.LogGenericInfo("Response received: " + WCF.SendCommand(arg);
Logging.LogGenericInfo("Response received: " + WCF.SendCommand(arg));
/*
Task.Run(async () => {
Logging.LogGenericNotice("WCF", "Response received: " + await WCF.SendCommand(arg).ConfigureAwait(false));