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
Facing this error.
When I am commenting, https://github.com/libp2p/universal-connectivity/blob/main/js-peer/src/lib/libp2p.ts#L64 line it start up. However with no connections.
I also have go node running on public internet and not able to connect to it. It complains no valid address
The text was updated successfully, but these errors were encountered:
The quic transport is not supported by the js-peer. There is a table on the readme which shows what transports each implementation supports.
js-peers can connect with go-peers via webtransport. A webtransport multiaddr will look like this.
Sorry, something went wrong.
As @tabcat, QUIC isn't available in browsers. Supported transports for the js browser peer can be found here:
universal-connectivity/js-peer/src/lib/libp2p.ts
Lines 50 to 54 in 7f7a54c
No branches or pull requests
Facing this error.

When I am commenting, https://github.com/libp2p/universal-connectivity/blob/main/js-peer/src/lib/libp2p.ts#L64 line it start up. However with no connections.

I also have go node running on public internet and not able to connect to it. It complains no valid address

The text was updated successfully, but these errors were encountered: