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
Allow an OkHttpClient instance to be pinned to a specific network interface (ie. source IP address). For example, pinning to the WiFi interface would cause it to use that interface for both DNS and connections. Nothing would fall back to the cellular radio.
Be smarter when no network is pinned. If the device's network changes, we may need to clear the connection pool!
The text was updated successfully, but these errors were encountered:
With the DNS change and pluggable socket factories I think we cover these use cases well enough. Might be worth reconsidering the API for OkHttp 3, but that'll be a separate effort. #1967
In particular, we want to:
The text was updated successfully, but these errors were encountered: