Skip to content
New issue

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

Fix deserialization of missing fields in gRPC #48

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

ashashev
Copy link
Contributor

@ashashev ashashev commented Feb 4, 2024

Mockingbird wrong handled message if sender didn't fill a field in proto3 syntax. The right behavior is using default value for missing fields, but mockingbird returned error.

Added unit tests for these cases.

@mockingbird/maintainers

Mockingbird wrong handled message if sender didn't fill a field in proto3
syntax. The right behavior is using default value for missing fields, but
mockingbird returned error.
@danslapman danslapman merged commit bd75f54 into leviysoft:main Feb 5, 2024
7 checks passed
@ashashev ashashev deleted the fix/grpc-serdeser branch March 27, 2024 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants