ratel icon indicating copy to clipboard operation
ratel copied to clipboard

client连接server的时候特别慢

Open hlz5857475 opened this issue 2 years ago • 1 comments

WebsocketTransferHandler中new Thread(() -> { try { Thread.sleep(2000L); ChannelUtils.pushToClient(ch, ClientEventCode.CODE_CLIENT_CONNECT, String.valueOf(clientSide.getId())); ChannelUtils.pushToClient(ch, ClientEventCode.CODE_CLIENT_NICKNAME_SET, null); } catch (InterruptedException ignored) { } }).start(); 为什么要sleep 2s呢?

hlz5857475 avatar Aug 02 '22 10:08 hlz5857475

加点sleep,才有优化空间呐(bushi

ainilili avatar Aug 02 '22 11:08 ainilili