fix(connectivity): stabilize Lockdown heartbeat and DDI readiness - #1
Closed
truebit wants to merge 1 commit into
Closed
fix(connectivity): stabilize Lockdown heartbeat and DDI readiness#1truebit wants to merge 1 commit into
truebit wants to merge 1 commit into
Conversation
- Keep the persistent heartbeat lifecycle and child-service readiness gate scoped to Lockdown sessions while preserving the established Remote Pairing RSD flow. - Add the reference client’s five-second receive margin so the device heartbeat cadence is not misclassified as a disconnect. - Carry deferred startup DDI intent across endpoint generation replacement so mount work resumes on the current ready session. - Revalidate connectivity generations across endpoint and foreground changes while rejecting stale readiness updates. - Recognize legacy and personalized DDI mount schemas.
This was referenced Jul 31, 2026
Member
|
Sorry but we do not accept pull requests in this repo if it's not fixing an issue that only LC+SS build have. If you wish you can create a pr in the upstream SideStore repo. |
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
Stabilize the on-device connectivity lifecycle for Lockdown pairing while preserving the established Remote Pairing/RSD flow. This prevents transient DDI and profile-management failures caused by child-service work racing heartbeat readiness.
Root cause
Changes
/Developer+DiskImageType=Developerand personalized/System/DeveloperDDI records.Pairing behavior
Validation
Manually passed on physical iPhone 13 devices:
Heartbeat(Timeout),UnexpectedEof,ImageMountFailed, or transientdmg=falsewas observed during the final Lockdown validationAutomated validation:
swift testpassed 14 tests with 0 failures.