Skip to content

No enough arguments  #106

@Celthi

Description

@Celthi
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

Celthi commented on Jul 28, 2019

@Celthi
Author

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

added a commit that references this issue on Nov 17, 2020
85558ae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Celthi

        Issue actions

          No enough arguments · Issue #106 · yinqiwen/gsnova