diff --git a/znet/connection.go b/znet/connection.go index e705f760..c0a4a2d3 100644 --- a/znet/connection.go +++ b/znet/connection.go @@ -238,7 +238,7 @@ func (c *Connection) StartReader() { continue } for _, bytes := range bufArrays { - zlog.Ins().DebugF("read buffer %s \n", hex.EncodeToString(bytes)) + //zlog.Ins().DebugF("read buffer %s \n", hex.EncodeToString(bytes)) msg := zpack.NewMessage(uint32(len(bytes)), bytes) // Get the current client's Request data // (得到当前客户端请求的Request数据)