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

Node Buffer type

Open jeremad opened this issue 6 years ago • 1 comments

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

jeremad avatar Mar 11 '19 18:03 jeremad

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)

aroman avatar Dec 22 '20 21:12 aroman