sessionIdle event is not fired for datagram sessions.
-----------------------------------------------------

                 Key: DIRMINA-318
                 URL: http://issues.apache.org/jira/browse/DIRMINA-318
             Project: MINA
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0
            Reporter: Trustin Lee
            Priority: Minor
             Fix For: 2.0


We were not able to provide sessionIdle event support for connectionless 
transports like datagram because we couldn't track the lifecycle of 
connectionless sessions, but it's not true now.  We have IoSessionRecycler.  By 
iterating a set of sessions being maintained by IoSessionRecycler, we can fire 
sessionIdle event.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to