We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4342c5a commit bdfb24fCopy full SHA for bdfb24f
android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilReq.java
@@ -419,6 +419,7 @@ else if (this.options.fileCache)
419
}
420
421
// wifiOnly. selects the first interface with wifi transport
422
+ // if targetHostIp is available and it matches, this selection will be overriden
423
if (!found) {
424
clientBuilder.proxy(Proxy.NO_PROXY);
425
clientBuilder.socketFactory(network.getSocketFactory());
0 commit comments