You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! We are trying out the NearBy feature of newnode. It works fine on iOS. However, we couldn't get it to work on Android.
We tried an experiment on 4 different androids (at the same time): Xiaomi with Android 10, Huawei with Android 10, Google Pixel with Android 12, Xiaomi with Android 6.
Basically, we disabled wifi and cellular on one of the phones and tried to fetch some data several times (clicking the button in ui several times) on that phone. The same app were running on all of the devices and only on of the devices didn't have an internet connection at the time. We repeated that process on each phone.
We haven't received any data on any of the smartphones.
By the way, NewNode works fine if we enable wifi and "ban" the requested resource through firewall on network side. But in this scenario it does not use NearBy.
There are quite a lot of logs from newnode and it looks like something is happening with nearby. It discovers something. It registers something, etc…
Hello! We are trying out the NearBy feature of newnode. It works fine on iOS. However, we couldn't get it to work on Android.
We tried an experiment on 4 different androids (at the same time): Xiaomi with Android 10, Huawei with Android 10, Google Pixel with Android 12, Xiaomi with Android 6.
Basically, we disabled wifi and cellular on one of the phones and tried to fetch some data several times (clicking the button in ui several times) on that phone. The same app were running on all of the devices and only on of the devices didn't have an internet connection at the time. We repeated that process on each phone.
We haven't received any data on any of the smartphones.
By the way, NewNode works fine if we enable wifi and "ban" the requested resource through firewall on network side. But in this scenario it does not use NearBy.
There are quite a lot of logs from newnode and it looks like something is happening with nearby. It discovers something. It registers something, etc…
Here are the sources for the test app: https://github.com/spring-reverb/nn_near_by_check
The test application sends GET request to https://dummy.restapiexample.com/api/v1/employee/2 and shows the result in a toast (or an exception message) when you click on the "mail" button.
The text was updated successfully, but these errors were encountered: