[
https://issues.apache.org/jira/browse/DIRMINA-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trustin Lee updated DIRMINA-306:
--------------------------------
Fix Version/s: 1.0.2
Affects Version/s: 1.0.1
Apologies for letting this issue behind. MINA team has been busy with day job.
Please let us fix it in 1.0.2.
> 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
> 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.