Let recorder worker close encoder stdin

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-09 14:50:29 -04:00
committed by Brandon McGinty
parent d07d7342da
commit e309d22137
3 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ Priority 1: transport, lifecycle, and correctness
context, stop channel, output channel, and WaitGroup. Stop must cancel and
join that session before another begins.
13. Recorder Stop races the encoder writer
[x] 13. Recorder Stop races the encoder writer
File: recording/recorder.go
Stop closes stdin while run may be writing. A normal stop can therefore
record a closed-pipe error and be reported as failed. Have run own stdin