mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-04 10:01:33 -05:00
Once you start reading from stdin, that is a blocking call that will never finish. So when a context is canceled causing the input method to return, the read will remain blocking in the running goroutine. There isn't a real solution for it (e.g. its not possible to unblock the read) so the only solution is to make the reader reusable.
2.0 KiB
2.0 KiB