Replies: 1 comment 4 replies
-
Are systems in
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using libp2p version 0.36.0. I have some problem trying to integrate libp2p with bevy. I have the following class:
And the following system:
The
NewListenAddr
events are fired. But when I try to dial to other peer in localhost, there is no event until I receiveUnknownPeerUnreachableAddr
.On the other hand, I created a similar example that connects properly without bevy:
What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions