You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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
The text was updated successfully, but these errors were encountered:
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 :
To Reproduce
Steps to reproduce the behavior:
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):
The text was updated successfully, but these errors were encountered: