This commit is contained in:
John Kerl 2021-05-23 23:40:56 +00:00
parent 40386dd602
commit bda55700ba

View file

@ -76,6 +76,9 @@ func OpenInboundHalfPipe(commandString string) (*os.File, error) {
return nil, err
}
// xxx comment somewhere
// https://stackoverflow.com/questions/47486128/why-does-io-pipe-continue-to-block-even-when-eof-is-reached
// xxx comment
go func(process *os.Process, readPipe *os.File) {
_, err := process.Wait()