This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix defaults for msgpack-python with respect to blobs
msgpack-python defaults to using binary strings, unless an encoding is specified. In that case, `use_bin_type=True` needs to also be specified to allow blobs to be serialized as well as strings. mprpc specifies an encoding, but not `use_bin_type`, which this commit rectifies. The default setting now allows Unicode strings well as arbitrary blobs.
- Loading branch information