05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

Application process persists after service destroyed API 24+ #470

Closed 05nelsonm closed 3 weeks ago

05nelsonm commented 4 weeks ago

If the task has been removed, whether or not TorService is shutting down in onTaskRemoved, the application process continues running in the background, even though the service has been shutdown. Need to call exit if user does not open the task again.

Implementation details:

Part of #423