Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HELP!:: ClientSessionImpl[xxxx@/xxx.xxx.xxx.xxx:port]) Caught IOException: Pipe broken #635

Open
Git-dongbotao opened this issue Nov 19, 2024 · 1 comment
Labels
need info Waiting for more information

Comments

@Git-dongbotao
Copy link

Version

2.14.0

Bug description

I used sshd to establish two connection channels, and then there was a thread pool that sent custom heartbeat commands to the servers of the two connections every minute. However, I upgraded sshd from 2.2. 0 to 2.14. 0 and found that the link was disconnected.

Actual behavior

pumpInputStream(ChannelShell[id=0, recipient=1]-ClientSessionImpl[xxxx@/xxx.xxx.xxx.xxx:port]) Caught IOException: Pipe broken

channel is closed. org.apache.sshd.common.util.io.output.NoCloseOutputStream

Expected behavior

How can I solve this problem?

Relevant log output

No response

Other information

No response

@tomaswolf
Copy link
Member

Sorry, this is not enough information. Can you show me the client code with session and channels creation, including heartbeats?

@tomaswolf tomaswolf added the need info Waiting for more information label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need info Waiting for more information
Projects
None yet
Development

No branches or pull requests

2 participants