1
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user