Closed limbo127 closed 3 months ago
Same here. Needed to downgrade (or not upgrade) to a previous version of quic-go (it still works with v0.43.1).
I'm traveling this without access to a dev machine. But if anyone wants to try to make a PR for it I can approve it
@folbricht That sounds like "Sitting on the beach with a margarita" :-).
I might give it a shot later, but I suck at these kind of things :-)
Can you try out the issue-396
branch? It compiles but I haven't fully tested it yet
Compile works indeed when including issue-396
branch. The resulting executable seems to be working just fine. Will run it for a while to see if somethings pops up.
hello, with latest go-quick release we have an incompatibility issue github.com/quic-go/quic-go v0.45.1
github.com/folbricht/routedns
../../dohclient.go:343:9: cannot use &quicConnection{…} (value of type quicConnection) as quic.EarlyConnection value in return statement: quicConnection does not implement quic.EarlyConnection (wrong type for method NextConnection) have NextConnection() quic.Connection want NextConnection(context.Context) (quic.Connection, error)