Hi,
I’m using MINA R2.0.0RC2 for TCP/IP server and client application. It is using thread for reconnecting session. I found only one comment about thread safety in current version (R2.0.9) API documents. Are all MINA API except IoSession thread unsafe and should I use synchronized? Thank you.
