Eric Bissonnette

Results 3 comments of Eric Bissonnette

I noticed that the pr build was broken by a previous merge. I made separate pull request to fix it #2856

@derailed I rebased on master, it should be good to go now! Thanks!

I also reproduced the problem and think the issue is related to the redirected StandardOutput. Because the current implementation calls `WaitForExit()` before `StandardOutput.ReadToEnd()`, I think what is happening under some...