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

Add global_ param to basic_qos call in RobustChannel _on_open method #585

Open jeff-foster-trabon opened 9 months ago

jeff-foster-trabon commented 9 months ago

global_ was sent in set_qos, and cached in self._global_qos, but was not sent in subsequent qos calls upon reconnect, leading to potentially different channel behavior after reconnect.

Fixes #583