Dear Emmanuel,

        I have no other own thread as well as no executorFilter filter added
in the chain but still we have issues with the message drop.

Thanks And Regards,
Nitin Phuria

-----Original Message-----
From: Emmanuel Lécharny [mailto:elecha...@gmail.com] 
Sent: Thursday, August 27, 2015 12:53 PM
To: users@mina.apache.org
Subject: Re: MINA: Some messages writen to session are not going

Le 27/08/15 06:59, Nitin a écrit :
> Dear Emmanuel,
>
>       Thanks for the reply. As you mentioned in your reply that
>
> "It's possible that one message override another one before it's 
> written into the buffer. Try to add a lock associated with the 
> session, and protect the section here you create the buffer."

The key here is that a session is always executed by one single thread,
unless you have added an executorFilter in the chain, or you have your own
threads calling session.write().

Do you have either an executorFilter or your own thread ?

Reply via email to