mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix flaky test falls_back_to_registered_fallback_port_when_default_po… (#20504)
…rt_is_in_use
This commit is contained in:
committed by
GitHub
Unverified
parent
8426edf71e
commit
6014b6679f
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user