You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It used to serialize MP ext marker type as char, while it is signed
integer due to MP specification.
On most platforms char is mapped to i8, so no runtime errors were
normally seen. It was detected on linux aarch64, where char is u8.
Markdown spec [reference](https://github.com/msgpack/msgpack/blob/master/spec.md#ext-format-family).
0 commit comments