MsgPack
MsgPack copied to clipboard
MessagePack implementation for Arduino (compatible with other C++ apps) / msgpack.org[Arduino]
Results
1
MsgPack issues
Sort by
recently updated
recently updated
newest added
Why can't this library unpack empty array? [These lines seem to stop this case](https://github.com/hideakitai/MsgPack/blob/1f552c31b940d6e9063ee17a4b3fa10c47b27169/MsgPack/Unpacker.h#L1943-L1945) The test sequence is simply "0x90" which should be a valid msgpack structure, but I get...