Skip to content

Commit

Permalink
#8 Call WaitForInputIdle, maybe it means something for PinballY
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeJarre committed Jan 24, 2024
1 parent 39be7ef commit 8a031e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VPinballX.starter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ void StartAnotherProgram(string programPath, string[] programArgs)
process.Start();

Console.WriteLine(process.StandardOutput.ReadToEnd());
process.WaitForInputIdle(20 * 1000);
process.WaitForExit();
}

Expand Down

0 comments on commit 8a031e1

Please sign in to comment.