-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
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
Labels
No labels