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

@ -72,6 +72,7 @@ impl HeartbeatHandler {
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 {