Replies: 1 comment 3 replies
-
Hi Maciej @mkg20001 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! Maciej is working on a university project where he needs to connect a Python libp2p node as a client (dialer) to a Java libp2p node (host) using a custom protocol.
He has tried patching the
Swarm
object to add_manager
, but it didn’t help. He is using the latest officialpy-libp2p
(v0.2.7).We should check whether this is a known issue. If we haven’t found a working solution or maintained fork that fixes the
_manager
bug, it would be great task to take up.**🧩 Questions from Maciej **
_manager
bug?Maciej's university project depends on two-way compatibility (Python ↔ Java) and he would love to avoid rewriting everything in Java.
🙏 Thank you so much for any help, pointers, or workaround suggestions!
Beta Was this translation helpful? Give feedback.
All reactions