Skip to content

Async Insecure Client #246

Open
Open
@Sjhunt93

Description

@Sjhunt93

When using the InsecureClient it does not correctly create async channel. After establishing a channel with fake_credentials the following code defaults to using a sync connection:

insecure_channel = grpc.insecure_channel(target, options, compression)

The class method create_channel switches automatically between grpc. and grpc.aio. Should this behaviour also apply in the insecure client?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions