pub(crate) async fn connection_handler(peer: PeerId, control: Control)
Expand description
A very simple, async fn
-based connection handler for our custom echo protocol.
pub(crate) async fn connection_handler(peer: PeerId, control: Control)
A very simple, async fn
-based connection handler for our custom echo protocol.