socket.io-msgpack-parser
socket.io-msgpack-parser copied to clipboard
Socket.IO parser based on msgpack
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.4 and updates ancestor dependency [socket.io-client](https://github.com/socketio/socket.io-client). These dependencies need to be updated together. Updates `socket.io-parser` from 4.2.1 to 4.2.4 Release notes Sourced from socket.io-parser's releases. 4.2.4 Bug...
hello, I can't send binary, in any case, I don't have the same behavior as the default parser default converts server-side binary data to a buffer [test.zip](https://github.com/socketio/socket.io-msgpack-parser/files/8794645/test.zip) with the default...
Is there a DART version
`msgpackr` is an optimized msgpack-compatible library. https://github.com/kriszyp/msgpackr It has node.js native c++ extension to speed up working with strings, and so it is more on par with native `JSON`, at...
Hi, While implementing a msgpack parser for the rust server implementation. I discovered (if I understood this correctly), that: * The attachment count in msgpack for binary is never sent....