LengthFieldBasedFrameDecoder
mrochon
mattrochon at gmail.com
Mon Jul 12 13:07:12 EDT 2010
Hmm just an update, it appears to happen under the following circumstances:
My main channel handler overrides exceptionCaught(), the exception that
comes in is an instance of SSLException, and I close the channel in the
exception handler.
If i dont close the channel the connection hangs and gets picked up by my
timeout handler (which is not the desired behaviour). If I do close the
channel then the connection fails immediately, but subsequent handshakes
block forever (until my timeout handler boots them).
Any ideas Trustin or Marc?
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/LengthFieldBasedFrameDecoder-tp5213848p5283833.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list