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

When I work with msgpack.Stream + deasync(https://github.com/abbr/deasync), the following program causes stack overflow. This issue is caused because msgpack.Stream emits 'msg' event before it consumes a buffer and deasync allows...

Error while de-serialising the following package: `'\x85\xa8Coalesce\xc3\xa5Event\xa4user\xa5LTime\xcc\x01\xa4Name\xa4test\xa7Payload\xc4\x03foo'` It should be decoded to the following object: ``` >>> import msgpack >>> p = '\x85\xa8Coalesce\xc3\xa5Event\xa4user\xa5LTime\xcc\x01\xa4Name\xa4test\xa7Payload\xc4\x03foo' >>> msgpack.loads(p) {'Coalesce': True, 'LTime': 1, 'Payload':...

tests/test-stream.js and tests/test-stream-disjoint.js are outdated. Perhaps it's time to change all of msgpack.Stream over to new node 0.10.x Streams.

enhancement

The following erro occurred when i use msgpack in worker-thread ```shell [2023-06-09T15:59:10.621] [ERROR] default - thread error: Error: Module did not self-register: 'xxxxxx\node_modules\msgpack\build\Release\msgpackBinding.node'. at Module._extensions..node (node:internal/modules/cjs/loader:1338:18) at Module.load (node:internal/modules/cjs/loader:1117:32) at...