msgpack-node
msgpack-node copied to clipboard
Node Buffer type
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
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)