Moonergfp commented on issue #663:
URL: https://github.com/apache/mina-sshd/issues/663#issuecomment-2677349223

   Here is my additional information regarding this issue.
   
   There are two types of **NettyIoSession** objects here. The first type is 
for the connection established when the client connects to the server, and the 
second type is for the connection when the client connects to the local port 
(8001). When the connection between the client and the server times out, the 
ClientSessionImpl will be closed. During this period, if the 
"**SSH_MSG_CHANNEL_OPEN**" event is received and even after the 
ClientSessionImpl has been closed, a TCP connection from the client to the 
local port (8001) will still be established. 


-- 
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-unsubscr...@mina.apache.org

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


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

Reply via email to