Skip to content

Commit 14a7824

Browse files
authored
Merge pull request #673 from jeff-foster-trabon/robust_qos
Add global_ param to basic_qos call in RobustChannel _on_open method
2 parents 0d442ba + 3928409 commit 14a7824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aio_pika/robust_channel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ async def _on_open(self) -> None:
143143
await channel.basic_qos(
144144
prefetch_count=self._prefetch_count,
145145
prefetch_size=self._prefetch_size,
146+
global_=self._global_qos,
146147
)
147148

148149
for exchange in exchanges:

0 commit comments

Comments
 (0)