antirez / antirez/lua-cmsgpack
Can't decode str8 string
Open
- Dominant language
- C
- Stars
- 383
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
I pack a 32 bytes string in C++(using [msgpack-c](https://github.com/msgpack/msgpack-c)), and send to lua by network, but lua-cmgpack issues 'Bad data format in input' message when decoding.
as [
MessagePack specification](https://github.com/msgpack/msgpack/blob/master/spec.md) says, str8 type comes with a 0xd9 byte, seems not handled in lua-cmsgpack.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.