Am I correct that ktor sockets can not be used on ...
# ktor
p
Am I correct that ktor sockets can not be used on ios? https://ktor.io/docs/servers-raw-sockets.html#client These examples show a
Copy code
ActorSelectorManager
which I can only find on the jvm
o
Just use
SelectorManager
constructor function
on iOS it will use internal
WorkerSelectorManager
p
@Kai Limadjaja
👀 1
@Oleg Yukhnevich It's marked as io.ktor.util.InternalAPI
o
yeap 🙂 it's less internal that
internal
keyword on the
WorkerSelectorManager
that's the only way for now, to work with sockets on Native