Oat icon indicating copy to clipboard operation
Oat copied to clipboard

Oat-record --interactive does not exit when source dies

Open jonnew opened this issue 9 years ago • 0 comments

The default behavior in oat components is to close when the upstream data source exits. When oat-record is in interactive mode, it does not do this because std::getline blocks. It requires the user to put some input into the terminal so std::getline() unblocks,

jonnew avatar May 26 '16 08:05 jonnew