-
Notifications
You must be signed in to change notification settings - Fork 34
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
Failed decode with large binary data #1
Comments
OK, thanks for the great test case, there are some fixes I am working on porting over, so will make sure they address this issue. |
I believe this should be fixed in v0.8 (let me know if you still see the issue). |
This should be fixed with v0.8.2. |
Thanks, now it looks fine! Keep up the good work! |
Hi,
There is an issue when I try to encode/decode a larger
Buffer
data. The same data works with MsgPack.I made a repro example on repl.it: https://replit.com/@icebob/cbor-issue#index.js
The text was updated successfully, but these errors were encountered: