mirror of
https://gitee.com/johng/gf
synced 2026-07-04 13:02:36 +08:00
remove error printing when decoding error in communication feature of gproc
This commit is contained in:
@ -90,7 +90,7 @@ func receiveTcpHandler(conn *gtcp.Conn) {
|
||||
// Package decoding.
|
||||
msg := new(MsgRequest)
|
||||
if err := json.Unmarshal(buffer, msg); err != nil {
|
||||
glog.Error(err)
|
||||
//glog.Error(err)
|
||||
continue
|
||||
}
|
||||
if msg.RecvPid != Pid() {
|
||||
|
||||
Reference in New Issue
Block a user