This commit is contained in:
richboo111
2023-04-26 10:48:35 +08:00
parent 6c0baf30bf
commit 765be79e15
3 changed files with 8 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ func Init() {
Setup()
//建立长链接
//StartWebSocket(res, req)
Send([]byte(HeartCheckMsg))
go Send([]byte(HeartCheckMsg))
//启动定时器
PingTimer()