Closed panorb closed 3 months ago
This pull request fixes an issue where maps only decoded their first key-value pair and then errored out with a PB_ERR.REQUIRED_FIELDS error code.
PB_ERR.REQUIRED_FIELDS
This changes the field definition in a way that also matches the Language Guide (proto 2) section about Backwards Compatibility. After the change the map fields decode properly.
This pull request fixes an issue where maps only decoded their first key-value pair and then errored out with a
PB_ERR.REQUIRED_FIELDS
error code.This changes the field definition in a way that also matches the Language Guide (proto 2) section about Backwards Compatibility. After the change the map fields decode properly.