Hi all, I'm using mina 2.0.9 server in my application and I wonder what is the best way to terminate mina? When my application gets signal to stop it invokes the acceptor.unbind method hoping this will do the trick, however I noted that sometimes the unbind() method got stuck and never return. As a result my application failed to shut down gracefully...
Any idea? Thanks Guy