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){