-
-
Notifications
You must be signed in to change notification settings - Fork 77
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.decode() not working for chrome >=60 #57
Comments
Can you please provide some cases to reproduce? Thanks! |
You can check over here https://backbench.github.io/repl/. This works fine in chrome <= 59! This is repl for https://bblang.org |
I can see that. However all the unit test suite is passing locally on Chrome 60 with msgpack v3.5.0. |
@mcollina I did changed to version 3.5.0 in console, still the same error. You can check yourself over https://backbench.github.io/repl/ |
Can you reproduce without all of that? |
I will try to. |
Same bug, reproduced here in Chrome 60, Firefox 55 and Edge 40 : https://jsfiddle.net/antlafarge/wrjzt1zy/ |
The method Line 119 in 5fd4ef7
|
So, is this a bug on bl? I'm a bit lost, as the browser tests are passing. |
Maybe, I'm not sure. |
@antlafarge how are you including the library? |
In my projects with |
Have you built that bundle yourself, or is it the one from this repo? |
From this repo :) |
I just pushed an updated version of that bundle. Please check.
Il giorno mar 29 ago 2017 alle 19:32 antlafarge <[email protected]>
ha scritto:
… From this repo :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADL4xhFA1iNpzuDVN_wpTh3ZmGHCCvJks5sdATygaJpZM4O8-T9>
.
|
msgpack5.js and msgpack5.min.js in the dist directory are unchanged. And I have the same problem. |
it's now pushed, please check. |
@mcollina please do a release for current updates in msgpack5. As I am using cdn in production. |
v3.5.1 is published. Let me know how it goes. |
By using an Uint8Array as input, the IncompleteBufferError is gone and the result is correct. |
It's working fine for chrome versions, before 60. Also not working on latest firefox! Please do review
decode()
function.The text was updated successfully, but these errors were encountered: