mcollina / msgpack5

A msgpack v5 implementation for node.js, with extension points / msgpack.org[Node]
MIT License
492 stars 76 forks source link

Encode int64 numbers #20

Closed lajonat closed 9 years ago

lajonat commented 9 years ago

Hey, I changed the int64 encoding/decoding functions to encode them like the spec defines. This doesn't handle precision issues, as I haven't changed the type, I just changed the way the bytes are written to the output. I've tested it, and it interoperates against the java msgpack library correctly.

lajonat commented 9 years ago

Fixed.

mcollina commented 9 years ago

THanks! releasing it now!