mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-11 17:11:22 +00:00
Create a `ListenersEvent::Closed` when a listener is removed via `Swarm::remove_listener`. This makes it more consistent with `Swarm::listen_on`, and also informs the Swarm about the associated expired addresses. Co-authored-by: Max Inden <mail@max-inden.de>