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
Other libraries with OkHttp integration (e.g. Retrofit, Coil) provide API for setting Call.Factory lazily in order to defer the initialization of OkHttpClient (using Dagger's Lazy). See example in this PR.
Describe the solution you'd like
Does it make sense for ApolloClient.Builder to support the same?
The text was updated successfully, but these errors were encountered:
Fun stuff, I was looking at this issue no later than last week in the context of ConnectivityManger instanciation. It definitely makes sense 👍 . I didn't get to it and moved to something else now. If you want to open a pull request, please go for it.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Kotlin usage and allow us to serve you better.
Use case
Other libraries with OkHttp integration (e.g. Retrofit, Coil) provide API for setting
Call.Factory
lazily in order to defer the initialization ofOkHttpClient
(using Dagger'sLazy
). See example in this PR.Describe the solution you'd like
Does it make sense for
ApolloClient.Builder
to support the same?The text was updated successfully, but these errors were encountered: