I cannot figure out the right way to add custom type. msgpack-python supports ext type by ext_hook and default arguments to Packer and Unpacker, but we cannot pass them through tarantool connection. Am I wrong?
It seems, you are right. I would make it extensible, more or less in the spirit of PR #154 or PR #190. I'll consider this issue as the feature request.
Hey! Thanks for the work!
I cannot figure out the right way to add custom type.
msgpack-python
supports ext type byext_hook
anddefault
arguments toPacker
andUnpacker
, but we cannot pass them through tarantool connection. Am I wrong?