Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeff-foster-trabon
Copy link

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The global_ param to basic_qos is not set on RobustChannel reopen
1 participant