fix reading containers
This commit is contained in:
parent
04e68cc197
commit
800c5d04d0
|
@ -461,6 +461,7 @@ func (rd *msgpackReader) BeginContainer(targetField string) error {
|
|||
return errors.WithStack(err)
|
||||
}
|
||||
rd.curr.values[field] = raw
|
||||
rd.curr.readCnt = i + 1
|
||||
}
|
||||
|
||||
return FieldNotFound
|
||||
|
|
Loading…
Reference in New Issue