You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (Created) (JIRA)" <se...@james.apache.org> on 2011/10/14 19:10:12 UTC

[jira] [Created] (IMAP-348) IdleProcessor does not remove "HeartbeatHandler" once IDLE was complete

IdleProcessor does not remove "HeartbeatHandler" once IDLE was complete
-----------------------------------------------------------------------

                 Key: IMAP-348
                 URL: https://issues.apache.org/jira/browse/IMAP-348
             Project: JAMES Imap
          Issue Type: Bug
          Components: Processor
    Affects Versions: 0.2.1
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.3


When a client issue the IDLE command we add a HeartbeadHandler which sends a "keep alive message" every 2 minutes to make sure we don't run into timeouts while waiting for events. The problem is that we miss to remove the Handler once the client terminate IDLE by issue an DONE sequence.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (IMAP-348) IdleProcessor does not remove "HeartbeatHandler" once IDLE was complete

Posted by "Norman Maurer (Resolved) (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-348.
--------------------------------

    Resolution: Fixed
    
> IdleProcessor does not remove "HeartbeatHandler" once IDLE was complete
> -----------------------------------------------------------------------
>
>                 Key: IMAP-348
>                 URL: https://issues.apache.org/jira/browse/IMAP-348
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Processor
>    Affects Versions: 0.2.1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> When a client issue the IDLE command we add a HeartbeadHandler which sends a "keep alive message" every 2 minutes to make sure we don't run into timeouts while waiting for events. The problem is that we miss to remove the Handler once the client terminate IDLE by issue an DONE sequence.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org