Hi, Currently if the application calls a write() on MINA, it will get notified of any exceptions via the exceptionCaught() method. The problem is that the application does not have any information as to what data could not be written on the session. To figure that out, it either has to wait on the WriteFuture or implement some state mechanism within the IoSession.
Any better ways to handle this? Would it make sense for exceptionCaught() to supply the buffer that could not be written? Regards, Vinod.
