Hello, I has recently discovered MINA and enjoy working with it. It's so powerful!
Being new to it, I am not sure how to solve an issue I am seeing now with 2.0.0-RC1. A client component uses one NioSocketConnector for intensive communication with large number of servers. (Extreme scenario, I suspect, but that is what's needed.) part 1: A handler is set for the connector. part 2: On connecting to one server, a listener is added to the resulting ConnectFuture. In the listener's operationComplete() method an important attribute (A) is put into the session. The problem: _After_ thousands of call to my component (connector.connect()...) in the handler sessionOpened() method there is no attribute A! Session.write() in this method is called with A's content. Handler seemingly gets prematurely notified on session opening event compared to ConnectFuture listener. Any help is appreciated! Zsolt
