Hello: I'm working with Mina 1.x ( old, I know ) and I've got a question
About docs, IoSession.close() closes the session immediately. If i've got session.write(data) session.close() can be sure that data is sent properly ? o do I need to perform session.close() on messageSent method ? Thanks
