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
I'm using a grpc library that returns 3 element tuple {:error, [invalid_argument: nil], nil} on error. I see retry does not handle these kind of errors.
Is it possible to add it ?
The text was updated successfully, but these errors were encountered:
I'm using a grpc library that returns 3 element tuple
{:error, [invalid_argument: nil], nil}
on error. I see retry does not handle these kind of errors.Is it possible to add it ?
The text was updated successfully, but these errors were encountered: