aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

Allow custom packer for rpc #149

Closed akhilman closed 6 years ago

akhilman commented 6 years ago

I wold like to use rpc with pickle. Please add packer parameter to pass object with same interface like in _Packer class to connect_rpc and serve_rpc.

akhilman commented 6 years ago

Never mind, I will use own protocol.