Go-micro: please have a look, "panic: qtls.ConnectionState not compatible with tls.ConnectionState"

Created on 8 Aug 2019  ·  7Comments  ·  Source: asim/go-micro

consul has running -> consul agent -dev
do run micro/examples/helloworld/main.go
in the following exception ,please have a look

panic: qtls.ConnectionState not compatible with tls.ConnectionState

goroutine 1 [running]:
github.com/lucas-clemente/quic-go/internal/handshake.init.0()
/Users/xinsui/project/go/git-source/src/github.com/lucas-clemente/quic-go/internal/handshake/unsafe.go:17 +0x12f

Most helpful comment

The issue seems to be back again on go 1.15 (that was ok with 1.12, 13 and 14)
Any hints about how to fix it ?

All 7 comments

Please upgrade to Go 1.12

谢谢你!解决了

The issue seems to be back again on go 1.15 (that was ok with 1.12, 13 and 14)
Any hints about how to fix it ?

update go-micro or update quic-go and fix go-micro

any update on 1.15?

you can take a look to github.com/unistack-org/micro - my maintained fork

thanks , download v3 and solved

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brandon-welsch picture brandon-welsch  ·  3Comments

GeorgeBills picture GeorgeBills  ·  8Comments

P1sar picture P1sar  ·  3Comments

Wintereise picture Wintereise  ·  6Comments

djensen47 picture djensen47  ·  8Comments