Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Two subtly different publish methods #75

Open foolswood opened 8 years ago

foolswood commented 8 years ago

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.