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
Is your feature request related to a specific problem? Or an existing feature? Please describe.
I'm using a context to pass a logger. Since it's on an httpClient in my case, it's really just a static logger and I should be able to use one. However, I'd like to leverage the infrastructure to use the context to get the logger and reduce statics floating around.
This didn't work since I didn't see an overload that takes a context for onHalfOpen. Is there a reason it doesn't take a context?
Is your feature request related to a specific problem? Or an existing feature? Please describe.
I'm using a context to pass a logger. Since it's on an httpClient in my case, it's really just a static logger and I should be able to use one. However, I'd like to leverage the infrastructure to use the context to get the logger and reduce statics floating around.
This didn't work since I didn't see an overload that takes a context for onHalfOpen. Is there a reason it doesn't take a context?
Any additional info?
The text was updated successfully, but these errors were encountered: