Make WCF interface async

This commit is contained in:
stackia
2016-07-30 11:51:00 +08:00
parent 48eae1be1a
commit fbb24506e2
2 changed files with 10 additions and 9 deletions

View File

@@ -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;
}
}