Skip to content

Commit

Permalink
Change ticket referenced by TODO
Browse files Browse the repository at this point in the history
The previously linked issue was a broad plan to improve Zebra's shutdown
behavior, while the new issue is more specific, and can be scheduled
sooner.

Co-authored-by: teor <[email protected]>
  • Loading branch information
jvff and teor2345 committed Dec 21, 2021
1 parent 6aca234 commit 235219b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zebra-network/src/peer/handshake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1010,9 +1010,7 @@ async fn send_periodic_heartbeats(
// We've reached another heartbeat interval without
// shutting down, so do a heartbeat request.
//
// TODO: await heartbeat and shutdown. The select
// function needs pinned types, but pinned generics
// are hard (#1678)
// TODO: await heartbeat and shutdown (#3254)
let heartbeat = send_one_heartbeat(&mut server_tx);
if heartbeat_timeout(
heartbeat,
Expand Down

0 comments on commit 235219b

Please sign in to comment.