panic: qtls.ClientSessionState not compatible with tls.ClientSessionState
goroutine 1 [running]:
github.com/lucas-clemente/quic-go/internal/handshake.init.2()
/home/labs/go/pkg/mod/github.com/lucas-clemente/quic-go@v0.17.3/internal/handshake/unsafe.go:26 +0x205
go version shows go version go1.15 linux/amd64
-
Hi guys, i’m getting a strange go error I havent seen before,
-
it doesn't work with go1.15 atm
kenny 3 hours ago
you can use go1.14.7 insteadWhy 3 hours ago
cc @Kubuxu ?Kubuxu 3 hours ago
reported to our quic-go developerthere 3 hours ago
Got it working now, thanks!