We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/quic
Using v0.30.0: Currently .Error() gives:
v0.30.0
.Error()
Error: failed to dial: failed to dial $PEERID: * [/ip4/$IP/udp/4001/quic] unknown QUIC version
I would rather see something along the lines of:
Error: failed to dial: failed to dial $PEERID: * [/ip4/$IP/udp/4001/quic] QUIC draft 29 has been removed, QUIC RFC9000 is accessible with /quic-v1
I think a self explanatory error message is warranted here because this used to work and now it don't. Note that this will be shown if all dials fail.
The text was updated successfully, but these errors were encountered:
🎉
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Using
v0.30.0
:Currently
.Error()
gives:I would rather see something along the lines of:
I think a self explanatory error message is warranted here because this used to work and now it don't.
Note that this will be shown if all dials fail.
The text was updated successfully, but these errors were encountered: