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

[FR] Auto-Retry Option #250

Open
titancomputer opened this issue Feb 6, 2025 · 0 comments
Open

[FR] Auto-Retry Option #250

titancomputer opened this issue Feb 6, 2025 · 0 comments

Comments

@titancomputer
Copy link

Version number
1.2.5

Describe the bug
when internet is unstable or network get disconnected, the core can't handle to auto retry the whole process and stops after a while with this log :

time=2025-02-06T13:07:36.052+03:30 level=DEBUG msg="Routine: receive incoming v6 - stopped" subsystem=wireguard-go
time=2025-02-06T13:07:36.053+03:30 level=DEBUG msg="Device closing" subsystem=wireguard-go
time=2025-02-06T13:07:36.053+03:30 level=DEBUG msg=" - Stopping" subsystem=wireguard-go
time=2025-02-06T13:07:36.054+03:30 level=DEBUG msg=" - Routine: sequential sender - stopped" subsystem=wireguard-go
time=2025-02-06T13:07:36.054+03:30 level=DEBUG msg="Routine: TUN reader - stopped" subsystem=wireguard-go
time=2025-02-06T13:07:36.054+03:30 level=DEBUG msg="Routine: event worker - stopped" subsystem=wireguard-go
time=2025-02-06T13:07:36.054+03:30 level=DEBUG msg=" - Routine: sequential receiver - stopped" subsystem=wireguard-go
time=2025-02-06T13:07:36.054+03:30 level=DEBUG msg="Device closed" subsystem=wireguard-go
time=2025-02-06T13:07:36.054+03:30 level=ERROR msg="context deadline exceeded"

To Reproduce
Steps to reproduce the behavior:

  1. Disconnect Network or any prohibition like that
  2. run core with this situation for example warp-plus.exe -e 188.114.99.153:5279 -v --cfon --country BG

Expected behavior
i think we need an Auto-Retry option with count parameter (default = 0)
like this warp-plus.exe -e 188.114.99.153:5279 -v --cfon --country BG --auto-retry 5
to retry whole process 5 times if it got fail situation.

Desktop (please complete the following information):

  • OS: Win 10 64 Bit
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

No branches or pull requests

1 participant