未验证 提交 3a7fd725 编写于 作者: S superScala 提交者: GitHub

first show: remove unnecessary code (#2968)

Co-authored-by: Ngabry <wu_shao_jie@qq.com>
上级 0e7403e6
......@@ -208,9 +208,7 @@ public class NettyRemotingServer {
if(workGroup != null){
this.workGroup.shutdownGracefully();
}
if(defaultExecutor != null){
defaultExecutor.shutdown();
}
defaultExecutor.shutdown();
} catch (Exception ex) {
logger.error("netty server close exception", ex);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册