Open XindaH opened 2 years ago
This looks related to #23019.
This looks related to #23019.
maybe different👀
CC @FiloSottile.
ping
I have to use client.Close() to kill this process with pty request. If I request pty, I cannot run cmd by dropbear server which exits with 129 code.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
What did you see instead?
If I run
while true;do echo test;done
, the session can be closed gracefully. Howeversleep 6000
is still running after this process finished.