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
After #33 has been merged, the client doesn't allow to specify timeout durations anymore, since now the client is returning a Future[EvaluationResponse[EvalResponse]].
Based on @dialelo suggestion at #22, we should change
Duration
forFiniteDuration
type to not allow infinite timeouts.The text was updated successfully, but these errors were encountered: