You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
The quic portion of the WebTransport multiaddr needs to be quic-v1 as quic is for QUIC draft-29 and quic-v1 is for QUIC version 1 (RFC 9000). WebTransport is not supposed to support draft-29.
Fixes#35 (although I think it would have worked fine before since we never really checked quic or quic-v1 except for error cases).
Also updates the dependencies and libp2p version used in tests.
Old:
New:
The
quic
portion of the WebTransport multiaddr needs to bequic-v1
asquic
is for QUIC draft-29 andquic-v1
is for QUIC version 1 (RFC 9000). WebTransport is not supposed to support draft-29.Ref.
The text was updated successfully, but these errors were encountered: