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 a corofuncconn=awaitconnect_robust(amqp_url)
channel=awaitconn.channel()
Here, var channel has a type hinting of AbstractRobustChannel, and its runtime type is RobustChannel.
But, class AbstractRobustChannel has not ready(...) method.