Uploaded image for project: 'MINA SSHD'
  1. MINA SSHD
  2. SSHD-232

Idle timeout doesnt notify session listeners

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.0, 0.7.0
    • 0.9.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

          Activity

            People

              gnodet Guillaume Nodet
              nculver Neil Culver
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: