Hi,every body, Mybe it's the Java NIO's problem.
I deploy a program to a remote server, and run a client program to connect to it. Then I disable my client's network ( remove the line from NIC of my computer),but now the server can not receive the session close event, so the server can't remove the session from a HashMap( I define a HashMap to store the login information). Then I enable my client's network( reconnected the line to NIC of my computer),and try to login, due to login information are still stored in a HashMap, so it fail. How to solve this problem? I sorry that my English is not very good. -- View this message in context: http://www.nabble.com/A-Serious-Problem-tf4716123s16868.html#a13481635 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
