Replies: 2 comments 2 replies
-
|
It yields new input on line breaks, so yeah, guaranteed to be a full line. Also note that even if you write code like this in the underlying app: Console.Write("foo");
Console.Write("bar");In reality, this will write the data to an internal buffer and only flush the data to stdout once it reaches a certain size (or if you do |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Indeed it does! I must have missed that, anyway, good job with the library, extremely useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
When
ListenAsyncemits a standard output event, is it guaranteed to be a full line?What if the process outputs a progress dot
.every second, would there be an event for each dot? Or only when a new line is output?Thanks
Beta Was this translation helpful? Give feedback.
All reactions