mirror of
https://e.coding.net/circlecloud/CTZLoginServer.git
synced 2024-11-16 01:08:49 +00:00
remove accept tip...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
3a6f330500
commit
49198264f3
@ -39,8 +39,6 @@ public class CTZLoginServerSocket implements Runnable {
|
||||
// 等待请求,此方法会一直阻塞,直到获得请求才往下走
|
||||
while (true) {
|
||||
socket = s.accept();
|
||||
System.out.println("CTZL服务器收到请求 客户端IP: " + socket.getInetAddress() + " 端口:"
|
||||
+ socket.getPort());
|
||||
new ClientThread(socket).start();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
Loading…
Reference in New Issue
Block a user