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
Hi, I'm getting the following error while I'm trying to deserialize a proto containing a repeated value
terminate called after throwing an instance of 'std::out_of_range' what(): Container is less than required fields number. Deserialization failed
The application is running fine for 20-30 seconds, correctly deserializing messages, then the error occurs.
I confirmed that the proto is the same used to generate code on both ends (Qt and C++)
message Telemetry { Chip chip = 1; Channel channel = 2; repeated int32 value = 3; }
What is the workflow, and points to look into, to find the root cause of the issue?
Thanks, Stef
The text was updated successfully, but these errors were encountered:
Looks like bug to me. If you could run your application in debug mode and send the stack trace(at least QtProtobuf related part), I would appreciate.
Sorry, something went wrong.
semlanik
No branches or pull requests
Hi,
I'm getting the following error while I'm trying to deserialize a proto containing a repeated value
The application is running fine for 20-30 seconds, correctly deserializing messages, then the error occurs.
I confirmed that the proto is the same used to generate code on both ends (Qt and C++)
What is the workflow, and points to look into, to find the root cause of the issue?
Thanks,
Stef
The text was updated successfully, but these errors were encountered: