Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

RPC call documentation/examples #53

Closed zloidemon closed 8 years ago

zloidemon commented 8 years ago

Would you like add documentation/examples to creation of rpc server/client?

dzen commented 8 years ago

I'm waiting a refactor branch to be merged. Then I'll work on aioamqp documentation.

dzen commented 8 years ago

Hello @zloidemon,

I've updated the documentation and the examples: http://aioamqp.readthedocs.org/en/latest/examples/rpc.html https://github.com/Polyconseil/aioamqp/blob/master/examples/rpc_client.py https://github.com/Polyconseil/aioamqp/blob/master/examples/rpc_server.py