Open laurent-girod opened 2 years ago
Hello,
The MessagePack dependency package was renamed from msgpack-python to msgpack.
msgpack-python
msgpack
Furthermore, the version 1.0 of msgpack brought some breaking changes to its API.
I updated the dependency to the latest release of msgpack, and adapted the serialization code to the new API.
All the best,
Laurent
Hello,
The MessagePack dependency package was renamed from
msgpack-python
tomsgpack
.Furthermore, the version 1.0 of
msgpack
brought some breaking changes to its API.I updated the dependency to the latest release of
msgpack
, and adapted the serialization code to the new API.All the best,
Laurent