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
Make Http1Support.getAddress and BlazeClientBuilder.customDnsResolver: RequestKey => F[Either[Throwable, InetSocketAddress]]. The usage in makeClient is already effectful.
The text was updated successfully, but these errors were encountered:
The customDnsResolver is going to be tricky to do in a bincompat fashion, but it seems like the right thing to do. Are you aiming for 1.0, or do you need this in 0.23?
Make
Http1Support.getAddress
andBlazeClientBuilder.customDnsResolver
:RequestKey => F[Either[Throwable, InetSocketAddress]]
. The usage inmakeClient
is already effectful.The text was updated successfully, but these errors were encountered: