Closed carvalhorr closed 4 years ago
This issue only happened when the stub's request contained the default value of the enum.
The reason is that Marshaling proto.Message to JSON does not contain the default value of enums.
proto.Message
This issue only happened when the stub's request contained the default value of the enum.
The reason is that Marshaling
proto.Message
to JSON does not contain the default value of enums.