devstepbcn / react-native-android-wifi

A react-native module for viewing and connecting to Wifi networks on Android devices.
ISC License
212 stars 121 forks source link

forceWifiUsage is not working expectably when making a lot of quick request - Solution is ready for a PR #107

Open verybluebot opened 4 years ago

verybluebot commented 4 years ago

So after testing forceWifiUsage for a connection to wifi hotspot without internet while accessing remote API

Found that that implementation is not working properly for those quick interface switches.

Implemented my own selectCellularInterface and selectWifiInterface But could not create a PR nor create a brach it order to open one.

Can one of the contributors here instruct me how to create and push a PR on this project?

Thanks

digimatt22 commented 4 years ago

Is there a way you could share you changes since you don't seem to be able to create a pull request? I am having a similar issue and would be interested in your approach to solving it.