Skip to content

Commit

Permalink
remove listener removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeguglielmo committed Nov 21, 2023
1 parent 21fdf95 commit 2861826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dht-cache/src/domocache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ impl DomoCache {
match event {
SwarmEvent::ExpiredListenAddr { listener_id, address, .. } => {
println!("Address {address:?} expired");
self.swarm.remove_listener(listener_id);
}
SwarmEvent::ConnectionEstablished { peer_id, connection_id, endpoint, .. } => {
println!("Connection established {peer_id:?}, {connection_id:?}, {endpoint:?}");
Expand Down

0 comments on commit 2861826

Please sign in to comment.