pwittchen / ReactiveNetwork

Android library listening network connection state and Internet connectivity with RxJava Observables
http://pwittchen.github.io/ReactiveNetwork/docs/RxJava2.x/
Apache License 2.0
2.53k stars 276 forks source link

checking internet connectivity is not working on android Q #415

Closed holoc285 closed 4 years ago

pwittchen commented 4 years ago

Thank you for reporting this issue. What exactly doesn't work? Any details?

kothsada commented 4 years ago

it is checking internet status always false

eslam2010011 commented 4 years ago

+1

pwittchen commented 4 years ago

Do you have any stacktrace? Does it relate to network checking or just internet checking? Are you sure that your internet connectivity is reliable? What methods from the API are you using? Any code snippets?

pwittchen commented 4 years ago

It may be related to #422

pwittchen commented 4 years ago

I changed default port from https to http in default host for internet checking in PR #425. Https stopped working for default host for some reason and changing port didn't help. It should fix this issue.

pwittchen commented 4 years ago

It should be fixed now. Bug-fix will be available in the next release.

holoc285 commented 4 years ago

Thanks in advance. @pwittchen

pwittchen commented 4 years ago

@holoc285 bug fix is already released in version 3.0.8 for RxJava 2. This bug should not occur in this version. If you still have it, then please report it.