fix flaky test falls_back_to_registered_fallback_port_when_default_po… (#20504)

…rt_is_in_use
This commit is contained in:
Owen Lin
2026-04-30 15:06:04 -07:00
committed by GitHub
parent 8426edf71e
commit 6014b6679f

View File

@@ -129,7 +129,7 @@ pub struct ShutdownHandle {
impl ShutdownHandle {
/// Signals the login loop to terminate.
pub fn shutdown(&self) {
self.shutdown_notify.notify_waiters();
self.shutdown_notify.notify_one();
}
}