DefinedNet / mobile_nebula

Brings nebula to mobile devices (iOS, Android)
https://defined.net
128 stars 37 forks source link

Unregister network callback on stop (Android) #34

Closed johnmaguire closed 3 years ago

johnmaguire commented 3 years ago

Previously when stopVpn() was called, it was possible for the network change callback to fire while we were in the middle of shutting down. This commit unregisters the network change callback before telling Nebula to shutdown.