mirror of
https://github.com/openai/codex.git
synced 2026-05-06 14:21:08 +03:00
fix flaky test falls_back_to_registered_fallback_port_when_default_po… (#20504)
…rt_is_in_use
This commit is contained in:
@@ -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