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, method Client.Handle does not return an error when there is a connection failure. It only logs the error and returns. We should consider returning the error so that the framework user can act on it.