[
https://issues.apache.org/jira/browse/SSHD-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved SSHD-232.
----------------------------------
Resolution: Fixed
Fix Version/s: 0.9.0
Assignee: Guillaume Nodet
I've added a unit test but it seems this has been solved as part of the channel
closing rework of SSHD-238
> Idle timeout doesnt notify session listeners
> --------------------------------------------
>
> Key: SSHD-232
> URL: https://issues.apache.org/jira/browse/SSHD-232
> Project: MINA SSHD
> Issue Type: Bug
> Affects Versions: 0.6.0, 0.7.0
> Reporter: Neil Culver
> Assignee: Guillaume Nodet
> Fix For: 0.9.0
>
>
> 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");
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira