Do we have any way to catch if ```aSocket(selector...
# ktor
j
Do we have any way to catch if
Copy code
aSocket(selectorManager).tcp().connect
is not able to connect i.e the hostname is not reachable?
Never mind, IllegalStateException does the trick