gob解析优化

This commit is contained in:
hahwu 2026-03-02 18:52:24 +08:00
parent 0b2fdf49c3
commit 1e0ca0db80

View File

@ -96,7 +96,7 @@ func (a *Agent) Run() {
err = GoUtil.GobUnmarshal(data, &m) err = GoUtil.GobUnmarshal(data, &m)
if err != nil { if err != nil {
log.Debug("decode err: %v, data: %s", err, string(data)) log.Debug("decode err: %v, data: %s", err, string(data))
continue return
} }
err = processMsg(a, &m) err = processMsg(a, &m)
if err != nil { if err != nil {