Skip to content

Commit 6014b66

Browse files
authored
fix flaky test falls_back_to_registered_fallback_port_when_default_po… (#20504)
…rt_is_in_use
1 parent 8426edf commit 6014b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codex-rs/login/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub struct ShutdownHandle {
129129
impl ShutdownHandle {
130130
/// Signals the login loop to terminate.
131131
pub fn shutdown(&self) {
132-
self.shutdown_notify.notify_waiters();
132+
self.shutdown_notify.notify_one();
133133
}
134134
}
135135

0 commit comments

Comments
 (0)