Replies: 1 comment
-
The code you referred to is about the DataType encoding, which is not the same thing as the codec. Arrays of custom structures from namespaces other than index 0 do work. More likely there is a problem reading the DataType Dictionary that contains that structure. If you can share more details and set the logging level for the logger in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
While trying to read an array of structure whose codecs are registered in another namespace index than 0, I cannot use the readStructArray method because it is looking for codecs only in namespace 0 (see here)
Expected behavior
I should be able to read an array of custom structure whose codecs has been registered.
Additional context
Version of Eclipse Milo you are using: 0.6.14
Beta Was this translation helpful? Give feedback.
All reactions