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

unpack_float isn't working #1

Open
download13 opened this issue Oct 27, 2011 · 0 comments
Open

unpack_float isn't working #1

download13 opened this issue Oct 27, 2011 · 0 comments

Comments

@download13
Copy link

I was testing my msgpack implementation against yours and noticed that yours doesn't seem to be unpacking float values correctly.
When I encoded the value 3242.42 into a single precision float and tried to decode it with your library, it gave back the value 64.
I'm pretty sure the problem isn't in my library since I'm using typed arrays to do the float-to-bin conversion.
Just though you might want to know in case you're still maintaining this.

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

1 participant