fix(remote-control): honor retries while connecting - #468
Merged
Conversation
12 tasks
This was referenced Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
remoteControl/reconnectcall while status isconnectingto schedule a fresh attempt instead of becoming a permanent no-opconnectedorerroredstatus publication when a reconnect was queued concurrentlyPhysical-device proof
Using the official ChatGPT iOS app
1.2026.188, the paired phone reopened thread019f873b-32b4-73c3-9fb6-8b38e3420834on the same persistent engine and completed both delayed and fresh turns:IOS_TO_MAC_ISSUE385_20260724T042959ZIOS_TO_MAC_TRACE385_20260724T112159ZThe second-controller
thread/readreturned the same thread with five turns, and the supervised engine remained healthy on127.0.0.1:4766.Validation
just fmtgit diff --checkcargo test -p codex-app-server-transport reconnect_— 12 passedcargo test -p codex-app-server remote_control_reconnect_— 2 passedremote_control_waits_for_account_id_before_enrollingremains a pre-existing failure reproduced unchanged on cleanorigin/mainAdvances #385.