This commit is contained in:
2023-10-17 22:35:28 +08:00
parent 1bafe71d1e
commit 69983054dc
22 changed files with 319 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
package com.lld.im.tcp;
package com.lld.im.tcp.netty;
import com.alibaba.fastjson.JSONArray;
import com.lld.im.codec.config.BootstrapConfig;

View File

@@ -1,3 +1,5 @@
spring:
profiles:
active: dev
server:
port: 38000

View File

@@ -1,6 +1,6 @@
lim:
tcpPort: 29000
webSocketPort: 19000
webSocketPort: 29001
bossThreadSize: 1
workThreadSize: 8
heartBeatTime: 20000 #心跳超时时间 单位毫秒