fix: Unblock child's stdout printing
This sets the subprocess to avoid blocking reads and we now can use unlimited reads (i.e. larger-than-per-line chunks) and use those. For subprocesses printing fast this should avoid any buffers to fill up. Change-Id: If3f67b2aaf7431a4b7abb58e1b64e2a70ff05eb2
Please register or sign in to comment