netty - HexDumpProxyFrontendHandler volatile field -
as far understood methods within channelhandler classes executed same thread. correct me if i'm wrong.
what point declare field volatile in example?
private volatile channel outboundchannel;
http://netty.io/4.1/xref/io/netty/example/proxy/hexdumpproxyfrontendhandler.html
this bug in examples. not needed. let me fix it.
Comments
Post a Comment