Good day!
I have a question about length in MPID. In current implementation size measures in uint16 size and this brings lot's of troubles when you try to decode values: 8 bit and 16 bit have same size, 24 bit and 32 bit does also.
Is it a bug and size should be calculated in bytes or I missed something in Mesh model specification?