We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this expected? From what i understand, in proto2, if a field is marked as required then deserialization should fail if it is missing
Generated code (See required field)
Raw protoc decode (field is missing)
prost decoded struct (deserialization succeeded, empty string)
fwiw our nodejs protobuf library does fail on decode, but im wondering what the expected behaviour is
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this expected? From what i understand, in proto2, if a field is marked as required then deserialization should fail if it is missing
Generated code (See required field)
Raw protoc decode (field is missing)
prost decoded struct (deserialization succeeded, empty string)
fwiw our nodejs protobuf library does fail on decode, but im wondering what the expected behaviour is
The text was updated successfully, but these errors were encountered: