Hi, We are using MINA 2.0 M1. Is there a way to get details of message when an exception occurs during write?
Below method of IOHandler is invoked when exception (broken pipe) occurs
during writing to the session:
exceptionCaught(IoSession session, Throwable cause){
Thanks in advance.
Abhijit
