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
Attempt to deserialize payload:
[ { "property1": 1, "property2": [ 2, 3 ] } ]
For proto
message SchemaEvolutionV1 { int32 property_1 = 1; }
Never completes. The process just hangs there.
The payload should be deserialized without a problem. Additional property should be simply omitted.
It only happens when additional property is of repeated list and when I try to deserialize the array of problematic messages.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Attempt to deserialize payload:
For proto
Never completes. The process just hangs there.
Expected behavior
The payload should be deserialized without a problem. Additional property should be simply omitted.
Environment:
Additional context
It only happens when additional property is of repeated list and when I try to deserialize the array of problematic messages.
The text was updated successfully, but these errors were encountered: