fix: MessagePack length encoding
Pre-release
Pre-release
The length of a MessagePack frame should be encoded as an VarInt of an uint32 (binary.Uvarint), but was encoded as MessagePack int.
This worked only for really small messages.