Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No enough arguments #106

Open
Celthi opened this issue Jul 28, 2019 · 1 comment
Open

No enough arguments #106

Celthi opened this issue Jul 28, 2019 · 1 comment

Comments

@Celthi
Copy link

Celthi commented Jul 28, 2019

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?

@Celthi
Copy link
Author

Celthi commented Jul 28, 2019

It seems the quic-go has changed their interface a month ago.
quic-go/quic-go#1952

sbilly added a commit to sbilly/gsnova that referenced this issue Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant