Oat
Oat copied to clipboard
Oat-record --interactive does not exit when source dies
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,