05nelsonm / kmp-tor

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

Enqueing `StartDaemon` action for already started process should return success #386

Closed 05nelsonm closed 3 months ago

05nelsonm commented 3 months ago

If tor is already started, enqueuing Action.StartDaemon should return success. Currently, it throws an IllegalStateException because the temporary tor cmd queue has an attached connection already.