-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Description
go build (git)-[master]
# github.com/yinqiwen/gsnova/common/mux
common/mux/quic.go:26:28: not enough arguments in call to q.Session.OpenStreamSync
have ()
want (context.Context)
common/mux/quic.go:35:34: not enough arguments in call to q.Session.AcceptStream
have ()
want (context.Context)
I met the above error when I try to run go build
in the gsnova folder or the command in the read me file.
Is there master
branch could be compiled or I need to do something to make it compile?
Activity
Celthi commentedon Jul 28, 2019
It seems the
quic-go
has changed their interface a month ago.quic-go/quic-go#1952
fix yinqiwen#106