Skip to content

Commit

Permalink
#1850 was fixed by #2944, #1851 was fixed by #2961 and #2902 was fixe…
Browse files Browse the repository at this point in the history
…d by #2969
  • Loading branch information
mpguerra committed May 19, 2023
1 parent 2e362d9 commit 9b67e09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zebra-network/src/peer_set/limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ impl Drop for ConnectionTracker {

// We ignore disconnected errors, because the receiver can be dropped
// before some connections are dropped.
//
// TODO: This channel will be bounded by the connection limit (#1850, #1851, #2902).
let _ = self.close_notification_tx.send(ConnectionClosed);
}
}

0 comments on commit 9b67e09

Please sign in to comment.