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 2007/09/27 18:48:50 UTC

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

     [ https://issues.apache.org/jira/browse/DIRMINA-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee closed DIRMINA-318.
-------------------------------

    Resolution: Fixed
      Assignee: Trustin Lee

Done. :)

> sessionIdle event is not fired for datagram sessions.
> -----------------------------------------------------
>
>                 Key: DIRMINA-318
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-318
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>            Priority: Minor
>             Fix For: 2.0.0-M1
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.