pub async fn forward_legacy_timeout_votes<T: NodeType>(
legacy_event_rx: InactiveReceiver<Event<T>>,
client_api: ClientApi<T>,
)Expand description
Forward legacy TimeoutVote2 events into the new-protocol timeout
collectors so the first new leader can form TC2 at the boundary.