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

Panic when compiled with Go 1.15+ #24

Open
Serpent6877 opened this issue Mar 4, 2021 · 0 comments
Open

Panic when compiled with Go 1.15+ #24

Serpent6877 opened this issue Mar 4, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Serpent6877
Copy link

Serpent6877 commented Mar 4, 2021

After compiling latest github code with go 1.16 results in panic of daemon due to older version of quic-go.

panic: qtls.ClientSessionState not compatible with tls.ClientSessionState

goroutine 1 [running]:
github.com/lucas-clemente/quic-go/internal/handshake.init.2()
	github.com/lucas-clemente/[email protected]/internal/handshake/unsafe.go:26 +0x205
111

libp2p/go-libp2p-quic-transport#171

@Serpent6877 Serpent6877 added the bug Something isn't working label Mar 4, 2021
@Dev-JamesR Dev-JamesR self-assigned this Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants