Writes in Netty 4.0.4.Final using the SimpleChannelInboundHandler does not work anymore -
i have upgraded netty lib 4.0.0.cr9 4.0.4.final yesterday discover interfaces has changed again. method messagereceived not exist anymore, or being replaced channelread0 method. in server-side app read json, bi, , @ end of method write json client. trying in channelread0 have following problem:- seem stuck in channelfuture.operationcomplete never gets called. goes operationcomplete once stopped/close client.
use channel.writeandflush(...) or call channel.flush() explicitly . stated in release notes of 4.0.0.final.
Comments
Post a Comment