generated from cloudwego/.github
-
Notifications
You must be signed in to change notification settings - Fork 9
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
pls update this, it can work with go 1.22 but example is not working #9
Comments
updated the quic-go to latest manually but got this:
|
Hello,Can you submit a PR? @kolinfluence |
In // HandshakeComplete blocks until the handshake completes (or fails).
// For the client, data sent before completion of the handshake is encrypted with 0-RTT keys.
// For the server, data sent before completion of the handshake is encrypted with 1-RTT keys,
// however the client's identity is only verified once the handshake completes.
HandshakeComplete() <-chan struct{} But in // HandshakeComplete blocks until the handshake completes (or fails).
HandshakeComplete() context.Context maybe need to submit a PR to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change lucas clement to quic-go repo naming
The text was updated successfully, but these errors were encountered: