From bb33489c45afb77478098a518899728c08fdd7e6 Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Sun, 4 Jan 2026 18:28:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E5=90=AF=E5=BF=83=E8=B7=B3?= =?UTF-8?q?=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/services/chat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/chat.go b/internal/services/chat.go index bfab5ad..eb47809 100644 --- a/internal/services/chat.go +++ b/internal/services/chat.go @@ -86,7 +86,7 @@ func (h *ChatService) Chat(c *websocket.Conn) { } // 开启心跳检测 - //go client.InitHeartbeat(time.Duration(h.cfg.Sys.HeartbeatInterval)) + go client.InitHeartbeat(time.Duration(h.cfg.Sys.HeartbeatInterval)) // 循环读取客户端消息 for {