Skip to content

Class AbstractRobustChannel has not ready(...) method #674

@Isuxiz

Description

@Isuxiz

Issue

# in a corofunc
conn = await connect_robust(amqp_url)
channel = await conn.channel()

Here, var channel has a type hinting of AbstractRobustChannel, and its runtime type is RobustChannel.
But, class AbstractRobustChannel has not ready(...) method.

Version info

aio-pika 9.5.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions