Closed qixiaobo closed 4 years ago
duplicate to https://github.com/xuxueli/xxl-rpc/issues/16
But I still think it's unnecessary ,even connect to server successfully. You can have a look at dubbo's source https://github.com/apache/dubbo/blob/ed7be11af9a8a9dddb4d23eea089f3890391575b/dubbo-remoting/dubbo-remoting-netty4/src/main/java/org/apache/dubbo/remoting/transport/netty4/NettyClient.java#L58
你好,问题已修复并推送master分支,可以pull master体验下。将会跟随下个版本发布。
In XXL-JOB-ADMIN , we can see a lot of nio group if some error occurs. For some reasons, we may register some unreachable ip to xxl-job-admin. In xxl-job-admin, we should invoke XxlRpcReferenceBean We can see code below
In this sense , XXL_RPC may produces a NettyHttpConnectionClient But this way may not work fine
I don't think we should use a new NioEventGroup here.