fix reading containers

This commit is contained in:
Pavel Merzlyakov 2023-07-27 00:27:56 +03:00
parent 04e68cc197
commit 800c5d04d0
1 changed files with 1 additions and 0 deletions

View File

@ -461,6 +461,7 @@ func (rd *msgpackReader) BeginContainer(targetField string) error {
return errors.WithStack(err) return errors.WithStack(err)
} }
rd.curr.values[field] = raw rd.curr.values[field] = raw
rd.curr.readCnt = i + 1
} }
return FieldNotFound return FieldNotFound