lua-cmsgpack icon indicating copy to clipboard operation
lua-cmsgpack copied to clipboard

Can't decode str8 string

Open qi7chen opened this issue 11 years ago • 1 comments

I pack a 32 bytes string in C++(using msgpack-c), and send to lua by network, but lua-cmgpack issues 'Bad data format in input' message when decoding. as MessagePack specification says, str8 type comes with a 0xd9 byte, seems not handled in lua-cmsgpack.

qi7chen avatar Jan 22 '15 04:01 qi7chen

https://github.com/antirez/lua-cmsgpack/pull/44 for this from @seppo0010

slowernet avatar May 26 '15 17:05 slowernet