David Honour
David Honour
Delivery tags are server generated (and no guarantees are stated in the spec), at present aioamqp assumes that they will be incrementing by 1 from 1, which seems to hold...
Channel objects have publish() and basic_publish(), which behave subtly differently (right now I am looking at waiting for acks in confirm mode). They should probably be consolidated.
I have some functions with the same name in multiple plugin-like .so files. I annotated the first and it picked it up and reported a number of realtime functions, when...
If multiple connections are made between a client and a server using a string as the address only the first message will be sent. The example code below illustrates the...
as the sockets are stored on the address objects this allows bidirectional tcp communication.