msgpack / msgpack-node

MessagePack implementation for Node.js
Other
311 stars 71 forks source link

Node Buffer type #49

Open jeremad opened 5 years ago

jeremad commented 5 years ago

The readme says:

NodeJS Buffer values map to MSGPACK_OBJECT_RAW

This seems not to be true, it looks like it uses MSGPACK_OBJECT_MAP, and the corresponding test is commented: https://github.com/msgpack/msgpack-node/blob/master/test/lib/msgpack.js#L47

aroman commented 3 years ago

i've also experienced this issue... looking for an alternative library since now as this one seems unmaintained.

this is a pretty important feature for anyone who wants to use binary data (such as opaquely embedded msgpack data)