dapper91 / pjrpc

python json-rpc client/server without boilerplate
https://pjrpc.readthedocs.io
The Unlicense
32 stars 3 forks source link

examples/aio_pika_server.py: Implement notification "tick" from client #59

Closed bernhardkaindl closed 2 years ago

bernhardkaindl commented 2 years ago

Add RPC method implementing examples/aio_pika_client.py's notification tick

JFYI: The 1st commit, adding the missing RPC method implementing examples/aio_pika_client.py's calls to sum(1, 2) is submitted as PR #58. Because the commits are separate, you can merge #58 before this, or merge this to merge both commits.

dapper91 commented 2 years ago

Please, change target branch from master to dev.

bernhardkaindl commented 2 years ago

@dapper91 done and rebased to dev!

dapper91 commented 2 years ago

@bernhardkaindl Please, rebase to dev before merge.