You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, with-connection executes it's body, even if the connection attempt fails. I'm not sure if an exception should be thrown, or some return value should be used to denote failure.
The text was updated successfully, but these errors were encountered:
Currently, with-connection executes it's body, even if the connection attempt fails. I'm not sure if an exception should be thrown, or some return value should be used to denote failure.
The text was updated successfully, but these errors were encountered: