arjunmehta/multiview

Make display optionally exit when all streams exit.

Closed this issue · 1 comments

Also consider to capture exit codes from stream instances and exit the display with an error code if one of the streams exits with an error.

The problem is that since you are piping into stdin, you don't know what is an error or not coming from the process. Hmm.

Handled in v2.0