You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the call to aiormq.Channel.basic_qos inside RobustChannel._on_open, the values that were stored in self._prefetch_count and self._prefetch_size from the call to set_qos are passed, but not self._global_qos:
In the call to
aiormq.Channel.basic_qos
insideRobustChannel._on_open
, the values that were stored inself._prefetch_count
andself._prefetch_size
from the call toset_qos
are passed, but notself._global_qos
:Is this intentional? I don't know why you wouldn't want to pass
global_
as well, like:The text was updated successfully, but these errors were encountered: