Hi, I have a question regarding IoHandler.sessionIdle()/exceptionCaught(): Since in Mina Exception will be passed to IoHandler internally as an event, so, when an IOException happened, Mina handled it and passed it to IoHandler and related Filter Objects, will Mina treat this as an normal IoEvent and reset the SessionIdel to re-start counting or continue to count since it is abnormal? Will this logic be the same among Mina 0.9.4 and 1.0?
Thanks a lot for your help! Jian
