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

JDK proxy exception when method is toString ...

liuzhengyang opened this issue · comments

java.lang.NoSuchMethodException: com.github.liuzhengyang.simplerpc.core.HelloImpl.toString()
at java.lang.Class.getDeclaredMethod(Class.java:2130)
at com.github.liuzhengyang.simplerpc.core.RpcServerHandler.channelRead0(RpcServerHandler.java:31)
at com.github.liuzhengyang.simplerpc.core.RpcServerHandler.channelRead0(RpcServerHandler.java:17)