-
I try to modify this example and handle mdns expired event https://github.com/libp2p/rust-libp2p/blob/master/examples/distributed-key-value-store.rs
After seconds the new node discovered, the node expired events received.
Is there anything I'm missing in my code? |
Beta Was this translation helpful? Give feedback.
Answered by
dariusc93
Sep 12, 2022
Replies: 1 comment 1 reply
-
You might need |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lynic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might need
Ping
behaviour to implemented.