We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,请问中RpcClient中startup()方法里的this.connectionManager.startup(); 中 this.connectionEventHandler.setConnectionEventListener(connectionEventListener); 会创建一个线程池, RpcClient执行shutdown后这个线程就会一直处于WAITING状态,是需要注意什么么
The text was updated successfully, but these errors were encountered:
这是一个不好的实现,没有管理好内部的eventExecutor,应该让它跟着RpcClient一起被回收掉。 我后面的版本会修复这个问题。
Sorry, something went wrong.
dbl-x
No branches or pull requests
你好,请问中RpcClient中startup()方法里的this.connectionManager.startup(); 中
this.connectionEventHandler.setConnectionEventListener(connectionEventListener); 会创建一个线程池,
RpcClient执行shutdown后这个线程就会一直处于WAITING状态,是需要注意什么么
The text was updated successfully, but these errors were encountered: