Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lockdown: Fix handling of device disconnection during ctor over usbmux #1358

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

doronz88
Copy link
Owner

Since every lockdown protocol handler may try to reconnect to the device, we must initialize self.usbmux_address before triggering the ctor. This solves the issue when the device disconnects while ctor didn't finish the job.

For community

⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

Since every lockdown protocol handler may try to reconnect to the device, we must
initialize `self.usbmux_address` before triggering the ctor.
This solves the issue when the device disconnects while ctor didn't finish the job.
@doronz88 doronz88 merged commit 0078b1f into master Feb 12, 2025
17 checks passed
@doronz88 doronz88 deleted the bugfix/usbmux-address branch February 12, 2025 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant