fix error

This commit is contained in:
kozabrada123 2024-01-19 15:06:27 +01:00
parent d37415fc13
commit e2b69487aa
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_acknowledged = true;
let mut last_seq_number: Option<u64> = None;
#[cfg(not(target_arch = "wasm32"))]
safina_timer::start_timer_thread();
loop {