Description
It is mina 2.0.0RC1 in my project.
My problem is:
Client was connected with server.
But, when server was exited suddenly, client couldn't call sessionClosed() method.
DefaultIoFilterChain.java
public void fireSessionClosed() {
// Update future.
try
catch (Throwable t)
{ fireExceptionCaught(t); } // And start the chain.
Entry head = this.head;
callNextSessionClosed(head, session);
}