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
This is ambiguous. It turns out that to set the connection_name parameter, you need to pass the name parameter to the library. But the documentation says that it is required to pass the connection_name parameter.
Using aio-pika version 9.4.2.
The text was updated successfully, but these errors were encountered:
Based on documentation https://aio-pika.readthedocs.io/en/latest/apidoc.html#aio_pika.connect_robust
My code:
It not set
connection_name
on rabbit.As a result of various attempts to fix this, I received the following version of the code, which sets
connection_name
on rabbit:This is ambiguous. It turns out that to set the
connection_name
parameter, you need to pass thename
parameter to the library. But the documentation says that it is required to pass theconnection_name
parameter.Using aio-pika version 9.4.2.
The text was updated successfully, but these errors were encountered: