05nelsonm / kmp-tor

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

Refactor `TorProcess` #408

Closed 05nelsonm closed 3 months ago

05nelsonm commented 3 months ago

This PR refactors the TorProcess class (now named TorDaemon) by cleaning up some internals and extracting out a critical component for better testability & error handling.