-
Notifications
You must be signed in to change notification settings - Fork 19
Connecting with go-libp2p node via go-libp2p-webrtc-direct transport #127
Comments
@vasco-santos can you look into this one? |
Thanks for reaching out @tchardin I am not sure about the state of @tchardin would you ming providing us a reproducible repo with your setup for both go and js to better try to replicate the issue? Did you try just establishing a connection ( @yusefnapora given you will be working on maintenance stuff this week, can you try this out? |
Thanks for your reply @vasco-santos! |
Thanks for the repo @tchardin! I'll check it out today and see if I can figure out what's going on. |
@yusefnapora did you manage to look at this? If not, someone else with free bandwidth can pick this up, but note that libp2p-webrtc-direct modules are not used by default and considered alpha, so low on maintenance priority list. |
Sorry about the delayed response. I did try to get the two implementations to speak to each other but was unable to make progress. |
Hello, was wondering if connecting to https://github.com/libp2p/go-libp2p-webrtc-direct was expected to work with this transport. I tried opening a stream, the connection seems to be established as the
libp2p.on('peer:discovery')
event is triggered when dialing thep2p-webrtc-direct
address but then I see an error in the console:My code is the basic echo example from the go-libp2p-webrtc-direct and on the JS side:
The handler on the go side doesn't register the message. Curious if I might be missing something or if more work is needed for compatibility with https://github.com/pion/webrtc.
Thanks!
The text was updated successfully, but these errors were encountered: