diff --git a/go/src/lib/halfpipe.go b/go/src/lib/halfpipe.go index dc4366681..a253070b5 100644 --- a/go/src/lib/halfpipe.go +++ b/go/src/lib/halfpipe.go @@ -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()