haodiao commented on issue #2862:
URL: https://github.com/apache/kvrocks/issues/2862#issuecomment-3506798823

   在这里我报告一个 bug 吧,不想再开一个issues 了,问题就是,使用 msgpack 编码之后,在 kvrocks lua 中无法解包。
   当 msgpack 编码的数组中包含有二进制的元素,那么使用  `local ok, unpacked = pcall(cmsgpack.unpack, 
data)`  无法解包 `ok=false`,unpacked 打印出错误 `Bad data format in input.`
   当 msgpack 编码的数组中不包含二进制元素,那么就能成功的解包。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to