05nelsonm / kmp-tor

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

`TorCtrl` uses `CancellationException` if destroyed #390

Closed 05nelsonm closed 5 months ago

05nelsonm commented 5 months ago

If TorCtrl is destroyed while processing a TorCmdJob is still active, it utilizes CancellationException instead of InterruptedException.