Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node Buffer type #49

Open
jeremad opened this issue Mar 11, 2019 · 1 comment
Open

Node Buffer type #49

jeremad opened this issue Mar 11, 2019 · 1 comment

Comments

@jeremad
Copy link

jeremad commented Mar 11, 2019

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
Copy link

aroman commented Dec 22, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants