Do we have any way to catch if ```aSocket(selectorManager).tcp().connect``` is not able to connect i...
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