Le 06/02/15 14:05, Ing. Jan Kaláb a écrit :
> Hi,
> can someone please help me with this problem:
> https://stackoverflow.com/q/28366323
>
> Thanks!
First of all, which MINA version are you using ?

Also can you provide the code that you use, and the Jmeter plan ?

FTR, calling session.close(true) does not close the session immediatly,
it just close the session regardless the waiting pending writes. What
happens is that the session is scheduled to be closed, and the
sessionClosed event is fired. As it's going to be done in two different
thread, it's perfectly possible that the thread handling the
sessionClosed() event might not be associated with any listener, as the
addListener() call might be executed after the session has been fully
closed.

Thanks !

Reply via email to