-
Notifications
You must be signed in to change notification settings - Fork 38
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
Feat: Closing an existing port forward #165
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files
|
"process-mux"
Sorry I was approving the workflow for your PR, but accidentally hit the "ready for review" button |
No worries. But actually good timing you're here -- I'm stuck with testing remote forwarding closure. Calling |
Alright, on my local setup where I do remote forwarding and manually cancel, I found a way. There's one CI failing ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I was on another project and didn't check my github
You need to update Cargo.toml, to use latest openssh-mux-client, otherwise that CI would pick the lowest version fitting allowed by version requirements.
Cool, now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I implemented port forwarding cancellation for the process mux session implementation.
CC. @NobodyXu
Closes #110