-
Notifications
You must be signed in to change notification settings - Fork 76
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
Gossip interoperability between go-libp2p and jvm-libp2p #224
Comments
Hi I experienced something similar regarding the interoperability with libp2p-js using WS as transport #195 . Are you using WS transport as well or does this occur with the default transports (TCP)? |
Hi @mriesen , This issue is occurring with the default TCP transports. As I read from the issue that you have posted, you were getting the error for js and jvm versions of libp2p. Now, are you able to communicate via gossip between go-libp2p and js-libp2p? Also, can you give some detailed inputs based on your implementation regarding why did you stop using jvm-libp2p? Your response will be highly appreciated!! Thanks |
Okay, so this seems to be unrelated to my problem. My primary problem was the incompatibility of jvm-libp2p and js-libp2p regarding WS transport. I leverage libp2p for a small PoC of a blockchain-based web-game, you can have a look at the network part here: Hope this is helpful |
Hi,
As part of my exploration work, I am trying to communicate between jvm-libp2p and go-libp2p hosts using the gossip pubsub implementation. Unfortunately I am not able to achieve the desired results as I do not see the messages being received at the receiver's end. Can I please get any leads/references on how to communicate between the two libraries using gossip pubsub?
The text was updated successfully, but these errors were encountered: