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`.

Reply via email to