gob解析优化
This commit is contained in:
parent
fd4ab739bf
commit
ee8e3b9a5f
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user