Vpn connected, then if I close and reopen the app, the Stage and Status is not set from
>> wireguard.initialize(interfaceName:"wg0")
or the stream events.
If I get the stage with
>> var stage = wireguard.stage();
and if VpnStage.connected is the stage,
then, >>wireguard.stopVpn();
doesnt work, gives error as the startVpn is not executed.
Vpn connected, then if I close and reopen the app, the Stage and Status is not set from
>> wireguard.initialize(interfaceName:"wg0")or the stream events.
If I get the stage with
>> var stage = wireguard.stage();and if VpnStage.connected is the stage,
then, >>
wireguard.stopVpn();doesnt work, gives error as the startVpn is not executed.