Search Results

0
votes

RedirectStandardOutput is buffering lines instead of being instantaneous?

In most languages and operating systems the standard stream is usually buffered, but the error stream is not. Try using: System.Console.Error …