aio-libs/aiozmq

need example for two part rpc

richrarobi opened this issue · 1 comments

I cannot find anywhere a description (or example) of how to rpc to a second "server" - If the rpc example was given as client.py and server.py it would be very helpful. Can anyone help? (I have zmq running across multiple systems using either req-reply or pub-sub, but would prefer to use rpc via zmq)

Found a good example in a previous post! Should be able to work from there. (post #39 !)