mradziwo / MsgPack_LabVIEW

It's like JSON, but fast and small…and LabVIEW! – msgpack.org[LabVIEW]
http://msgpack.org
MIT License
2 stars 4 forks source link

encodeArray.vi repeats the first element #1

Closed zoyo-de closed 5 years ago

zoyo-de commented 6 years ago

Hi, arrays are encoded wrong. Only the first element of the input-array gets encoded to msgpack and repeated for all elements in the output-array. In the first loop of encodeArray.vi the Index(1D)-input should eventually be connected to the i-terminal of the loop.

regards, Zoyo

PronovaPaul commented 5 years ago

I've corrected this in the refactored version.

zoyo-de commented 5 years ago

Oh, this was already fixed in the merged version.