Skip to content

net.Listener support #1615

@PumpkinSeed

Description

@PumpkinSeed

Hi,

Is there a chance to have support of net.Listener? I wanted to try it out and I got the following error:

cannot use lis (type quic.Listener) as type net.Listener in argument to grpcServer.Serve:
    quic.Listener does not implement net.Listener (wrong type for Accept method)
        have Accept() (quic.Session, error)
        want Accept() (net.Conn, error)

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