gob解析优化

This commit is contained in:
hahwu 2026-03-02 17:28:36 +08:00
parent fd4ab739bf
commit ee8e3b9a5f

View File

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