antirez / antirez/lua-cmsgpack
Can't decode str8 string
Abierto
- Lenguaje dominante
- C
- Estrellas
- 383
- Forks
- 122
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.