05nelsonm / kmp-tor

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

`Port.isAvailable()` for native is not working properly #379

Closed 05nelsonm closed 3 months ago

05nelsonm commented 4 months ago

I have a system install of Tor on my laptop operating with a SocksPort of 9050. When running tests of Port.isAvailalbe on native source sets, it returns a value of true. It should be false.

No issues on Node.js or Jvm