From 52e22e250054066851378a44ae58f4711d38fe49 Mon Sep 17 00:00:00 2001 From: Janito Vaqueiro Ferreira Filho Date: Fri, 17 Dec 2021 11:22:18 -0300 Subject: [PATCH] Change ticket referenced by `TODO` 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 --- zebra-network/src/peer/handshake.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zebra-network/src/peer/handshake.rs b/zebra-network/src/peer/handshake.rs index cf9998ad9de..8c7773c76df 100644 --- a/zebra-network/src/peer/handshake.rs +++ b/zebra-network/src/peer/handshake.rs @@ -1013,9 +1013,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,