This commit is contained in:
邹宗楠
2024-07-10 12:43:03 +08:00
parent a077b5b8d2
commit 2e3b7d31ca

View File

@@ -73,6 +73,8 @@ func handleConn(c net.Conn) error {
return err
}
globals.SugarLogger.Debugf("=====buffer := %s", string(buffer))
globals.SugarLogger.Debugf("=====buffer := %s", utils.Format4Output(c.LocalAddr(), false))
//看是心跳还是打印回调
data := hex.EncodeToString(buffer[:n])
var (