Description
Tested against revision 901694 (which is a bit after 2.0.0-RC1)
My client need to maintain an open connection to the server.
If I kill the server right before calling session.write(), the client does not detect that the server is gone.
there is no exceptionCaught event, and messageSent is actually called (which suggests successful delivery).