IdleProcessor sends message to client before add IdleStateListener
------------------------------------------------------------------
Key: IMAP-341
URL: https://issues.apache.org/jira/browse/IMAP-341
Project: JAMES Imap
Issue Type: Bug
Components: Processor
Affects Versions: 0.2.1
Reporter: Norman Maurer
Assignee: Norman Maurer
Fix For: 0.3
The IdleProcessor does send the "+\r\n" message back to the client and then add
the IdleStateListener to the Mailbox. This can lead to some kind of
race-condition as the Client may miss an event this way. The correct way would
be to fist add the Listener and then write the message
--
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: [email protected]
For additional commands, e-mail: [email protected]