Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

add properties in channel.basic_get answer #100

Closed chemiron closed 7 years ago

chemiron commented 8 years ago

Hi, I added properties into the channel.basic_get answer to be able to use the method for rpc calls.

foolswood commented 8 years ago

Looks fine to me.