-
Notifications
You must be signed in to change notification settings - Fork 36
VPN-4633: SOCKS5 proxy is not shutting-down correctly. #4148
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
Conversation
|
@pronebird I am still looking into the root-cause of this issue, which is the obvious file in use. So I don't think we are closing down properly. |
6b38c5a to
c1b3404
Compare
4b8c08e to
afcd73c
Compare
|
@pronebird I cannot reproduce the root cause on Windows or macOS, so I would like to merge this change until we have more reports from actual users. |
| } | ||
|
|
||
| // Enable SOCKS5 proxy request | ||
| // TODO: Change arguments to EnableSocks5Request (at the time of writing I didn't want to disturb the client code) |
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.
What needs to be changed?
| listen_address: String::new(), | ||
| }); | ||
| .ok_or(ConversionError::NoValueSet( | ||
| "EnableSocks5Request.socks5_settings", |
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.
Wow, good spot
d2bfe6b to
dca9e25
Compare
Ticket
JIRA-VPN-4633
Description
SOCKS5 proxy is not shutting-down correctly.
Checklist:
Screenshots (optional, if UI related)
This change is