You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by GitBox <gi...@apache.org> on 2022/11/21 11:29:44 UTC

[GitHub] [mina-sshd] Shubhamkakade06 opened a new issue, #273: channel already closed

Shubhamkakade06 opened a new issue, #273:
URL: https://github.com/apache/mina-sshd/issues/273

   I am trying to store ClientChannel(Shell) in Hashmap to reuse later.But after Storing to Hashmap Channel State is changed to CLOSED.Please Explain me What Causing this. error


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org


[GitHub] [mina-sshd] Shubhamkakade06 closed issue #273: channel already closed

Posted by GitBox <gi...@apache.org>.
Shubhamkakade06 closed issue #273: channel already closed
URL: https://github.com/apache/mina-sshd/issues/273


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org


[GitHub] [mina-sshd] tomaswolf commented on issue #273: channel already closed

Posted by GitBox <gi...@apache.org>.
tomaswolf commented on issue #273:
URL: https://github.com/apache/mina-sshd/issues/273#issuecomment-1321979763

   I've never mastered the art of mind reading.
   
   A channel is something that is tied to an open SSH connection. If your code or the peer closes the channel, it will be closed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org