passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
9 stars 8 forks source link

Passing data from OpenVPNSession to OpenVPNViewController #267

Closed ganaraj-savant closed 2 years ago

ganaraj-savant commented 2 years ago

Hi,

Is there any to way communicate between OpenVPNSession and OpenVPNViewController, tried with NotificationCenter but no luck. Any help would be appreciated.

keeshux commented 2 years ago

There is no easy way, they live in two different processes (tunnel and app respectively).