pub(crate) fn spawn_keep_alive_stream<S>(
session_id: SessionId,
sender: S,
routing: DestinationRouting,
notification_mode: SurbNotificationMode,
cfg: Arc<BalancerStateValues>,
) -> (RateController, AbortHandle)Expand description
Spawns a task for a rate-limited stream of Keep-Alive messages to the Session counterparty.