Avoid encoding 0 values for proto3 fields
Open
bug
- Dominant language
- Dart
- Stars
- 572
- Forks
- 196
- Avg merge
- 1h 59m
- Merged PRs (30d)
- 2
Description
current behaviour:
when a enum field is set with zero-value, the value is encoded in the buffer
expected behaviour:
when a enum field is set with zero-value, the value is omitted in encoding
Contributor guide
Assessment
This issue has not been assessed yet.