antirez / antirez/lua-cmsgpack
Can't decode str8 string
Ouverte
- Langage dominant
- C
- Étoiles
- 383
- Forks
- 122
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.