Yes, `connect` raises when it cannot connect. I'm guessing you've been using `asyncCheck` and trying to catch the exception by wrapping `try` around that... you need to use `await`.
- Async socket to server connection error handling adokitkat
- Re: Async socket to server connection error handling dom96
