mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

Tutorial 1 missing `channel` assignment #596

Closed e-kondr01 closed 5 months ago

e-kondr01 commented 8 months ago

https://aio-pika.readthedocs.io/en/latest/rabbitmq-tutorial/1-introduction.html#sending

The following line is missing compared to the official tutorial:

channel = await connection.channel()
Alviner commented 7 months ago

https://aio-pika.readthedocs.io/en/latest/rabbitmq-tutorial/1-introduction.html#sending

The following line is missing compared to the official tutorial:

channel = await connection.channel()

thanks, feel free to make a pr

e-kondr01 commented 5 months ago

Took me a while to get to it, but here it is:

https://github.com/mosquito/aio-pika/pull/613

e-kondr01 commented 5 months ago

https://github.com/mosquito/aio-pika/pull/613 merged, so closing