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

tunnel_service: raise exception upon successful pairing #1307

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

doronz88
Copy link
Owner

@doronz88 doronz88 commented Dec 8, 2024

The remote endpoint (remotepairingdeviced) triggers a close on the connection FD upon a successful pairing, so raise an appropriate exception we can catch and re-establish the connection for a second time to start a tunnel.

Close #1306

For community

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

The remote endpoint (`remotepairingdeviced`) triggers a close on the connection
FD upon a successful pairing, so raise an appropriate exception we can catch
and re-establish the connection for a second time to start a tunnel.

Close #1306
@doronz88
Copy link
Owner Author

doronz88 commented Dec 8, 2024

@vToMy can you verify if this PR solves the issue?

@vToMy
Copy link

vToMy commented Dec 9, 2024

Indeed solves it. Thanks!

@doronz88 doronz88 merged commit c00229a into master Dec 9, 2024
17 checks passed
@doronz88 doronz88 deleted the bugfix/remotexpc-pairing branch December 9, 2024 09:54
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.

Connection Refused when creating a cdc ncm tunnel
2 participants