Skip to content

Commit

Permalink
Time to sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Mar 15, 2016
1 parent fccca6a commit 6213e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ private static void ParseArgs(string[] args) {
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));
Expand Down

0 comments on commit 6213e77

Please sign in to comment.