From 3a8b5ba1529bc9e06d417c393cf2b4fe989fe600 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Mon, 17 Aug 2020 18:59:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=9C=8D=E5=8A=A1=E7=AB=AF?= =?UTF-8?q?=E5=AE=9A=E6=97=B6ping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/chat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/chat.go b/controller/chat.go index 0899706..d8e4c4f 100644 --- a/controller/chat.go +++ b/controller/chat.go @@ -51,7 +51,7 @@ func init() { //go sendPingUpdateStatus() go singleBroadcaster() //go sendPingOnlineUsers() - sendPingToClient() + //sendPingToClient() } func NewChatServer(c *gin.Context){