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

fix tcp discovery to avoid connecting to speculos twice #2

Merged
merged 2 commits into from
Jun 23, 2023

Conversation

ryankurte
Copy link
Collaborator

this precludes future checks for device version (at least via TCP only), but means speculos doesn't route packets incorrectly to the first connection in the case that the host OS does not clean up dropped sockets in a timely manner.

should resolve #1 (@yogh333 could you please test this on the M1?)

this precludes future checks for device version (at least via TCP only),
but means speculos doesn't route packets incorrectly to the first
connection in the case that the host OS does not clean up open sockets
in a timely manner.
@ryankurte ryankurte added the bug Something isn't working label Jun 20, 2023
@ryankurte ryankurte self-assigned this Jun 20, 2023
@ryankurte ryankurte merged commit 38ea55f into main Jun 23, 2023
3 checks passed
@ryankurte ryankurte deleted the fix/tcp-discovery branch June 23, 2023 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TCP connected device (Speculos): no response sent back (Request timeout)
1 participant