msgpack-node icon indicating copy to clipboard operation
msgpack-node copied to clipboard

MessagePack implementation for Node.js

Results 24 msgpack-node issues
Sort by recently updated
recently updated
newest added

Hi authors, I would like to seek for some assistance of the following issue: I've got a python program to packb [msgpack.packb](https://msgpack-python.readthedocs.io/en/latest/api.html) into a kafka flow and was able to...

In node 10 nan is causing issues. https://github.com/nodejs/nan/issues/763

I am using msgpack-node with TypeScript. so I need types file for TypeScript code so that I can import msgpack-node from TypeScript code. https://basarat.gitbooks.io/typescript/content/docs/types/@types.html Although, msgpack-node does not have DefinitelyTyped...

msgpack.js: line 73, it should be `if (msg == null)`, instead of `if (!msg)` - if `msg` as unpacked correctly as `0`, would silent the 'msg' emission. Please fix. ps:...

In the `Stream` wrapper of msgpack.js, it seems that the `send` function doesn't handle the underlying stream's `writable.'drain'` event, even though in most cases, `stream.write` would succeed, but for high...

Currently `msgpack.unpack()`, converts the `msgpack_object` from C/C++ lib into a V8 object visiting the `msgpack_object` entirely with recursion. Such an approach is known to be ~ 3.5 times [slower](https://github.com/msgpack/msgpack-node#performance) than...

This project could use a change log. See http://keepachangelog.com

Hi! Please open the issue tracker for project https://github.com/msgpack/website. The live demo at http://msgpack.org/ has a bug that I cannot report there but would like to. To be concrete, the...

IT doesnt work on 4.2.6 i have also tried 0.10 and 0.12 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1 verbose cli...

Hi. I just had a running application that use msgpack on a Node V0.12.x. But now that I have updated my Node to V4.2.2 it can not build the msgpack...