eclipse-zenoh/zenoh-python

disable `VarInt` serialization/deserialization

milyin opened this issue · 1 comments

Describe the release item

Other bindings doesn't have VarInt support. Until we have full support of this type we should not allow to write it in Python

The default type for integer values should be "i32" - this matches defaults in C language (except ancient ones with int = i16, but that's not a big issue)

Fixes in #348, #348