[
https://issues.apache.org/jira/browse/DIRMINA-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny closed DIRMINA-306.
-------------------------------------
> Invalid sequence of events with VmPipe Transport
> ------------------------------------------------
>
> Key: DIRMINA-306
> URL: https://issues.apache.org/jira/browse/DIRMINA-306
> Project: MINA
> Issue Type: Bug
> Components: Transport
> Affects Versions: 1.0.0, 1.0.1
> Reporter: Simon Raess
> Assignee: Trustin Lee
> Fix For: 1.0.2
>
>
> Sometimes when using VmPipe transport, event sequences get out of order.
> Namely, the messageReceived method is invoked before the sessionOpened. To
> following sequence of events highlights the problem:
> - using VmPipeConnector and VmPipeAcceptor
> - client connects to server
> - server's IoHandler#sessionOpened method is called
> - server sends a message from the sessionOpened method
> - client receives that message (IoHandler#messageReceived)
> - client's IoHandler#sessionOpened method is invoked
> IoHandler#sessionOpened should always be invoked before the first invocation
> of IoHandler#messageReceived.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.