msgpack / msgpack-node

MessagePack implementation for Node.js
Other
311 stars 71 forks source link

args uses 0th index every time rather than i #4

Closed godsflaw closed 11 years ago

godsflaw commented 11 years ago

args uses 0th index every time rather than iterating.

https://github.com/msgpack/msgpack-node/blob/master/src/msgpack.cc#L247

godsflaw commented 11 years ago

This particular bug is fixed in master, but there is a larger problem. msgpack.unpack does not appear capable of unpacking anything passed to msgpack.pack that uses multiple arguments.