You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Simon Raess (JIRA)" <ji...@apache.org> on 2007/01/30 20:37:33 UTC

[jira] Commented: (DIRMINA-306) Invalid sequence of events with VmPipe Transport

    [ https://issues.apache.org/jira/browse/DIRMINA-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468752 ] 

Simon Raess commented on DIRMINA-306:
-------------------------------------

I've tried to reproduce the problem without success. It looks like your fix fixed the issue. Thanks a lot!

> 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
>         Assigned To: 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.