Move heartbeat to shared location

This commit is contained in:
bitfl0wer 2023-11-16 16:23:44 +01:00
parent 14fa9a929c
commit e9bf3b32a0
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@ use crate::types;
use super::*; use super::*;
/// The amount of time we wait for a heartbeat ack before resending our heartbeat in ms
const HEARTBEAT_ACK_TIMEOUT: u64 = 2000;
/// Handles sending heartbeats to the gateway in another thread /// Handles sending heartbeats to the gateway in another thread
#[allow(dead_code)] // FIXME: Remove this, once HeartbeatHandler is used #[allow(dead_code)] // FIXME: Remove this, once HeartbeatHandler is used
#[derive(Debug)] #[derive(Debug)]