Closed bernhardkaindl closed 2 years ago
Add RPC method implementing examples/aio_pika_client.py's notification tick
examples/aio_pika_client.py
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.
sum(1, 2)
Please, change target branch from master to dev.
@dapper91 done and rebased to dev!
@bernhardkaindl Please, rebase to dev before merge.
Add RPC method implementing
examples/aio_pika_client.py
's notificationtick
JFYI: The 1st commit, adding the missing RPC method implementing
examples/aio_pika_client.py
's calls tosum(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.