msgpack-javascript
msgpack-javascript copied to clipboard
@msgpack/msgpack - MessagePack for JavaScript / msgpack.org[JavaScript/TypeScript/ECMA-262]
Hi, I think there is a little error here: https://github.com/msgpack/msgpack-javascript/blob/1fc7622d0dce18ff17077f54fab4c8c8be69b470/src/ExtensionCodec.ts#L57 Shouldn't it be `const index = -1 - type;`? Greetings Stefan
This update introduces a solution to handle data alignment in custom extensions, ensuring that encoded data is aligned in memory according to specified requirements. The main benefit of this approach...
Hello! I using @microsoft/signalr-protocol-msgpack in my React application and 3 days ago it's started throwing error on `Type MessageType.Invocation is not assignable to type MessageType.StreamInvocation` when I try to use...
Closes #150 Adds a new option to Encoder that is true by default ( to keep current behaviour). With this flag when ignoreUndefined is false, allows to distinguish null from...
Hi. It isn't issue but suggestion\question. I want to have custom implementation of array container deserialization (without legth) (server optimization proposes). To implement it i want to have 2 extensions...
Make sure instances of `Number` as encoded as a `number` instead of a `map`. I am encountering this issue in my current project, I believe this is a more sensible...