mirror of https://github.com/OpenVPN/openvpn-gui
Browse Source
PR 418 introduced repeatedly trying to connect to the management interface on timeout. User can exit out of this loop by "disconnect", but for this to work an explict call to OnStop() is required. Normally OnStop() is triggered by management disconnect which won't happen if not connected in the first place. Also call OnStop() on all iservice errors instead of waiting for management timeout which may never happen. Signed-off-by: Selva Nair <selva.nair@gmail.com>pull/561/head
Selva Nair
2 years ago
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue