FlowReactiveNetwork icon indicating copy to clipboard operation
FlowReactiveNetwork copied to clipboard

E/ReactiveNetwork: Could not establish connection with WalledGardenStrategy

Open yoobi opened this issue 5 years ago • 1 comments

When I'm using

ReactiveNetwork().observeInternetConnectivity().onEach {
            Log.e("MainActivity", "has Internet: ${it}")
        }.launchIn(CoroutineScope(Dispatchers.Default))

Whenever I'm in airplane mode my application get spammed by E/ReactiveNetwork: Could not establish connection with WalledGardenStrategy what does it mean ? I'm using A8.0

yoobi avatar Dec 18 '20 19:12 yoobi

@yoobi Thanks for the submission. I would be grateful if you could add some log filter in Pull Request. I will do my best to publish a new version of the library after it.

phansier avatar May 16 '21 18:05 phansier