-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
[FEATURE] - delay for auto tunnel #493
Comments
Hello! What version is this happening on? It should automatically reconnect even if there is a rapid network change. |
@zaneschepke also for me the issue is back.
I think you have implemented the first workaround. Since the update to 3.6.3, it's not working anymore. Is the delay present in current versions? Thx |
Here is the old closed issue: #303 |
Hey @popy2k14! Yeah, I remember these. Thanks for the additional information and feedback. The thing is both of these solutions are work arounds and don't address the core issue of why things are getting out of sync in the first place. In 3.6.3/3.6.2 had I believed I found and fixed the core issue of these sync problems so I removed these delays/rechecks as I thought they would no longer be necessary. As I can see you are also reporting that these issues are still present, I'll add back some of these measures to make it more reliable again. |
@zaneschepke yeah, issue is also back for me. Nice to hear that you will add back these workarounds. If you need a tester, I am here. |
v3.6.3
Would be great if you could make this configurable, because I would like to start the vpn connection only after I am no longer in the wifi for a certain time |
@Scrounger @zaneschepke @zaneschepke I also think a configurable delay in seconds (which defaults and has a minimum of 1 second) would be great. The benefit of an configurable delay would be, that the user can increase it if there are switching issues. And sure like @Scrounger which want's an higher delay for his use cases. How do you plan to solve the issue (fixed delay or configurable)? |
Is your feature request related to a problem? Please describe.
Sometimes i loose wifi connection for 1 seconds. Then auto tunnel is triggered an start the vpn connection, but it doesn't close it after reconnect
Describe the solution you'd like
a delay for autotunnel would be perfect for this. E.g. you can set a time in seconds after this, condition for autotunnel will be checked and if it's true start the auto tunnel
The text was updated successfully, but these errors were encountered: