Hi, I'm using Mina 1.1.7 to write a client. The problem is that when I have only one connection to the external server with my client, the method messageReceived() in my IoHandlerAdapter is invoked always in a single thread, despite having configured thread model as described in http://mina.apache.org/configuring-thread-model.html. When there are more connections, everything works fine. Is there any possibilty to make it multi-threaded, with only one connection to the external server?
-- Michał Jedynak
