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

msgpack.js -> overSized buffers generate an error, when it (probably) shouldn't #341

Closed
prochat opened this issue Jul 10, 2017 · 2 comments
Labels

Comments

@prochat
Copy link

prochat commented Jul 10, 2017

Receiving buffers larger than the msgpack content, the node doesn't decode them.

Problem is from msgpack-js (required by node-red-node-msgpack):
creationix/msgpack-js#20

@dceejay
Copy link
Member

dceejay commented Aug 27, 2017

The v0.1.26 of msgpack node was migrated to the newer msgpack-lite module instead as this supports the newer msgpack format as int64 etc... - does this also fix this problem ? Can we close it ?

@dceejay
Copy link
Member

dceejay commented Oct 14, 2017

Closing as no response

@dceejay dceejay closed this as completed Oct 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants