-
Notifications
You must be signed in to change notification settings - Fork 42
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
Go build error #98
Comments
Running |
That worked, thank you! I got the go version up and running, but I don't see how to connect it to the rust and browser version. The only place I can add a multiaddr is on the web page, and all the go version's addresses are quic:
Would it be difficult to add the websocket protocol to the go version? Just a thought, thanks for this library! |
You can dial the rust peer over QUIC via the CLI and the js-peer over webtransport via the web page. It shouldn't be difficult to add websocket to the go version, I believe adding the transport here should suffice, but feel free to explore the go-libp2p repo for clearer docs. |
Hi, I got this error when trying to run the go code. Here's what happened:
The text was updated successfully, but these errors were encountered: