antirez / antirez/lua-cmsgpack
Can't decode str8 string
Đang mở
- Ngôn ngữ chính
- C
- Star
- 383
- Fork
- 122
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.