This commit is contained in:
邹宗楠
2024-07-15 15:24:52 +08:00
parent 1565ed626b
commit de98b0f88a
2 changed files with 10 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ func handleConn(c net.Conn) error {
// c.Write([]byte("ok"))
// return err
//}
globals.SugarLogger.Debugf("=================1")
if heartbeat {
// 证明是心跳
Heartbeat(c, t, data, printNo, printRemoteAddr)