Replies: 1 comment 1 reply
-
Ok, I published this fix in v1.9.0. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm porting my code from
msgpack
to this library, and using Axios to send compressed data.msgpackr
cannot handle 'arraybuffer' natively it seems and throws an error "Source must be a Uint8Array or Buffer but was a string"Is there something I need to adjust in my code?
Beta Was this translation helpful? Give feedback.
All reactions