Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6.0, 0.7.0
-
None
Description
When a session is timed out via the idle timeout AbstractSession.close(false) is called, which should close the session and notify any session listeners.
However it seems that the following code in the IoSessionCloser never gets executed :
for (SessionListener sl : l)
{ sl.sessionClosed(s); }and the following log messages are never output :
log.debug("Closing IoSession");
log.debug("IoSession closed");
Attachments
Issue Links
- is related to
-
SSHD-238 Improve channel closing behaviors
- Resolved