Hi, I'm having some problems in closing connections in a Mina 2.0 server (today updated svn, but the issue was already present)
Basically, I'm notiicing that when I do a connection.close() a FIN packet is not being sent to the client. Mina will consider the session as closed, but the client will not notice it. Trying to dig the problem (suspecting it was in my code) I took the "Echo server" example and changed it to close connection after the 1st response is sent: session.write(((IoBuffer) message).duplicate()).addListener( IoFutureListener.CLOSE ); This is showing the same problem: no FIN packet is sent by the server. I've attached a tcpdump capture of the echo example. Is there some detail that I'm missing? Thank you, Matteo -- Matteo Merli <[EMAIL PROTECTED]>
