MathNodes / meile-gui

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network
https://meile.app
GNU General Public License v3.0
35 stars 6 forks source link

Extend Wait Period when Connecting to v2ray on OS X #80

Closed MathNodes closed 6 months ago

MathNodes commented 6 months ago

Some users report an error bringing up the v2ray tunnel interface on OS X as seen below:

Image

This can occur when the tunnel is not fully brought up after the wait period. A simple fix could be to change

https://github.com/MathNodes/meile-gui/blob/7a759dea52235bb583470a8e4fe578f8a50fa2ae/src/cli/wallet.py#L346

to 30 seconds or reduce this to 15 seconds (for those that have a faster connection to the node) and introduce a second check with a wait here:

https://github.com/MathNodes/meile-gui/blob/7a759dea52235bb583470a8e4fe578f8a50fa2ae/src/cli/wallet.py#L351