elecharny commented on PR #61: URL: https://github.com/apache/mina/pull/61#issuecomment-5605498591
I also have the same issue with the NPE when the message is sent back to the IoHandler. It has all to do with the the fact that the socket has been shut down, so the input reader can't send back anything but null. Now to understand why the socket has been closed... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
