fix error

This commit is contained in:
kozabrada123 2024-01-19 15:06:27 +01:00
parent 77b3a42b1c
commit f97f9dafe5
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ impl HeartbeatHandler {
let mut last_heartbeat_timestamp: Instant = Instant::now(); let mut last_heartbeat_timestamp: Instant = Instant::now();
let mut last_heartbeat_acknowledged = true; let mut last_heartbeat_acknowledged = true;
let mut last_seq_number: Option<u64> = None; let mut last_seq_number: Option<u64> = None;
#[cfg(not(target_arch = "wasm32"))]
safina_timer::start_timer_thread(); safina_timer::start_timer_thread();
loop { loop {