mirror of
https://gitee.com/BDWare/common
synced 2025-01-25 01:04:16 +00:00
fix port output bugs
This commit is contained in:
parent
654ec47663
commit
ea6159d41b
@ -88,7 +88,7 @@ public class ServiceServer extends Thread {
|
||||
}
|
||||
}
|
||||
//TODO MUST use System.out to ensure output
|
||||
LOGGER.info("ServiceServer mainPort " + mainPort);
|
||||
System.out.println("ServiceServer mainPort " + mainPort);
|
||||
try {
|
||||
channel.closeFuture().await();
|
||||
} catch (InterruptedException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user