提交 5d7fc7b2 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 1244703c
......@@ -264,7 +264,6 @@ public class TcpServer implements Service {
}
if (shutdownMode == SHUTDOWN_NORMAL) {
server.stopManagementDb();
synchronized (TcpServer.class) {
server.stop = true;
try {
Socket s = NetUtils.createLoopbackSocket(port, false);
......@@ -272,7 +271,6 @@ public class TcpServer implements Service {
} catch (Exception e) {
// try to connect - so that accept returns
}
}
} else if (shutdownMode == SHUTDOWN_FORCE) {
server.stop();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论