liuzhengyang / simple-rpc

RPC with service discovery base on netty

Home Page:https://liuzhengyang.github.io/2016/12/16/rpc-principle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client Exception

liuzhengyang opened this issue · comments

java.lang.NullPointerException

at com.github.liuzhengyang.simplerpc.core.RpcClientHandler.channelRead0(RpcClientHandler.java:27)

at com.github.liuzhengyang.simplerpc.core.RpcClientHandler.channelRead0(RpcClientHandler.java:20)

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:292)

at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:278)

at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:277)

at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:264)