Quantcast
Channel: Protobuf message exchange between plain TCP client & Netty Server using Java - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Divyans Mahansaria for Protobuf message exchange between plain TCP...

I am able to resolve this issue. I am posting the solution below. Server Code public void channelRead(ChannelHandlerContext ctx, Object msg) { ByteBuf buf = (ByteBuf) msg; byte[] req = new...

View Article



Protobuf message exchange between plain TCP client & Netty Server using Java

I am trying to create a TCP socket connection between a plain TCP client and Netty Server using Protobuf message exchange format in Java and it does not work. It works when I use Netty Client (instead...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images