You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
Illustrated as the following figure, the container stop event will lead to streamconfig.CloseStreams(), which will close stdin pipe, and then lead to tty.Close()
This issue was found during process #586 and has not fixed yet.
The text was updated successfully, but these errors were encountered:
fixhyperhq#604
The container stopping should hup all streams if there are any.
Just check and reclaim any remains after a period should be safe.
Need update hyperhq#585 later if this is approved
Signed-off-by: Wang Xu <gnawux@gmail.com>
Illustrated as the following figure, the container stop event will lead to streamconfig.CloseStreams(), which will close stdin pipe, and then lead to tty.Close()
This issue was found during process #586 and has not fixed yet.
The text was updated successfully, but these errors were encountered: