msgpack-lite
msgpack-lite copied to clipboard
decode only first item
hey folks i have problem with decode array. Its decode only first item of array... 123 => 123... what is that const decoded = decode(new Uint8Array(buf));
Any updates?