This commit is contained in:
Ferdinand Schober
2024-07-11 22:43:43 +02:00
parent d54e472498
commit 3014e404c3
4 changed files with 6 additions and 6 deletions

View File

@@ -257,7 +257,7 @@ async fn handle_udp_rx(
);
// restart timer if necessary
if restart_timer {
timer_notify.notify_one();
timer_notify.notify_waiters();
}
ignore_event
} else {