Closed godsflaw closed 11 years ago
args uses 0th index every time rather than iterating.
https://github.com/msgpack/msgpack-node/blob/master/src/msgpack.cc#L247
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.
args uses 0th index every time rather than iterating.
https://github.com/msgpack/msgpack-node/blob/master/src/msgpack.cc#L247