From bda55700ba1aa099655d716e040f12ef8fd15a4d Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 23 May 2021 23:40:56 +0000 Subject: [PATCH] note --- go/src/lib/halfpipe.go | 3 +++ 1 file changed, 3 insertions(+) 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()