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
It just throws if it fails to connect, which is a bit awkward.
We can either just return false on a failed attempt or change the method signature to be some variation of Either concept to allow further debugging on the application side:
It just throws if it fails to connect, which is a bit awkward.
We can either just return false on a failed attempt or change the method signature to be some variation of Either concept to allow further debugging on the application side:
The text was updated successfully, but these errors were encountered: