Hello i've stumbled upon an issue in the latest version v10.2.0 , i've also managed to reproduce it with some simple schemas.
We have this issue only when we are serializing with one schema and deserializing with a backward compatible one.
The schema used to serialize the msg is as follows
The error i get is on the vm.Eval method and is as follows:
Runtime error: Unexpected value for enum, frame: {false 0 1 0 0 [] true}, pc: 0xc0000222d8
I've tested the same thing using v9.2.0 and there were no issues there.
Also might be something i'm doing wrong, would be very grateful if you can help with some info on this one. I'll be using v9 for now.
Hi @bozhidarG! Thanks for such a clear error report. I was able to fix this issue in the most recent release (10.2.1). Let me know if it works for you.
Hello i've stumbled upon an issue in the latest version
v10.2.0
, i've also managed to reproduce it with some simple schemas. We have this issue only when we are serializing with one schema and deserializing with a backward compatible one. The schema used to serialize the msg is as followsThe schema used to deserialize :
For both schemas i've used the cli tool to generate static code and use the structs.
v10
of the tool. The simple test code is this one:The error i get is on the
vm.Eval
method and is as follows:I've tested the same thing using
v9.2.0
and there were no issues there. Also might be something i'm doing wrong, would be very grateful if you can help with some info on this one. I'll be usingv9
for now.