Closed as not planned
Description
Description
On a command timeout, we still Wait
for the ioGroup.
This works fine in normal circumstances, but if a feeder to stdin does loop forever, we just wait there.
Possible solutions:
- separate stdin / feeders in their own group and force drop it on
wrap
- add a timeout to the ioGroup wait
Steps to reproduce the issue
Describe the results you received and expected
Timeout properly, even with a faulty feeder to would get stuck.
What version of nerdctl are you using?
main
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
No response