Piotr Wittchen

Results 193 comments of Piotr Wittchen

Thanks for reporting this. I'll have a look on that.

Thanks for reporting that. I'm not really sure how to handle this particular use case. Probably I'll need more time for analysing that.

Hi, Thanks for reporting this issue. It seems to be related to the specific version of the Android OS. It looks like Android is blocking situation, when there is too...

Thanks for the update. I will try to look into this problem, but at this moment I'm not really sure if it's related to the library code or the Android...

Thanks for reporting this issue. It looks like clear text traffic configuration is missing. Please, have a look at this paragraph: https://github.com/pwittchen/ReactiveNetwork#cleartext-traffic . Moreover, if you want to use `WalledGardenInternetObservingStrategy`,...

Have you checked the situation after interval in milliseconds defined in `PINGTIMEOUT` field? Observing mechanism uses polling for checking Internet connectivity every given amount of time. It should detect the...

It's strange.... I'll have a look on that. I cannot to reproduce this situation in an enterprise environment, but I can check it on my simple home router. Maybe there...

Thanks for reporting this. If you observe different behavior on two different devices with the same code where the only difference is delay, then this is clearly hardware issue and...

In this receiver you are not using `NetworkCapabilities.TRANSPORT_WIFI`. I haven't tested library with this option. When you will use `filter(ConnectivityPredicate.hasType(ConnectivityManager.TYPE_WIFI))` in the library, then you will get immediate result as...

Hi @chaesung. Thanks for your PR. I didn't have time to perform the review of your code. I'll do it soon. Regards, Piotr