You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2006/11/29 03:55:20 UTC

[jira] Created: (DIRMINA-318) sessionIdle event is not fired for datagram sessions.

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