mcollina / msgpack5

A msgpack v5 implementation for node.js, with extension points / msgpack.org[Node]
MIT License
492 stars 76 forks source link

fix: compatibility mode for bin format family #110

Closed cigui closed 2 years ago

cigui commented 2 years ago

Use raw bytes instead of bin format family under compatibility mode.

Related issue: https://github.com/mcollina/msgpack5/issues/109