[fix] Stop readline on success
Previous code was blocking on stdout after subprocess completed with success, as `poll()` would return 0, and `not 0` is true.
Please register or sign in to comment
Previous code was blocking on stdout after subprocess completed with success, as `poll()` would return 0, and `not 0` is true.