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
I'm using Flutter to broadcast a Bonsoir service from a real Android device. The service is successfully discovered and resolved by another device (e.g., Mac or iOS), using the correct IP and port. However, when the remote device tries to connect back to the Android-hosted service, the Android device doesn't detect or respond to the incoming connection attempt at all — it's like the connection never reaches it.
Interestingly, this issue resolves immediately if I manually disable and re-enable Wi-Fi on the Android device, or simply reconnect to the same network. After that, everything works as expected.
The problem only seems to appear after the Android device has been idle or on the network for a long time — and unfortunately, I can only reproduce it roughly every 12 hours, which makes debugging very difficult.
I'm using real devices on the same local Wi-Fi network (not emulators), and everything else seems to be configured correctly. I’m also acquiring a MulticastLock and using the necessary permissions.
Also worth noting: The Android device still has internet access during this issue — I’m able to authenticate users through my remote server with no problems.
Has anyone experienced something similar or found a stable workaround for this?
The text was updated successfully, but these errors were encountered:
when the remote device tries to connect back to the Android-hosted service, the Android device doesn't detect or respond to the incoming connection attempt at all — it's like the connection never reaches it
When you say "device tries to connect back", you mean, using Bonsoir ?
I'm using Flutter to broadcast a Bonsoir service from a real Android device. The service is successfully discovered and resolved by another device (e.g., Mac or iOS), using the correct IP and port. However, when the remote device tries to connect back to the Android-hosted service, the Android device doesn't detect or respond to the incoming connection attempt at all — it's like the connection never reaches it.
Interestingly, this issue resolves immediately if I manually disable and re-enable Wi-Fi on the Android device, or simply reconnect to the same network. After that, everything works as expected.
The problem only seems to appear after the Android device has been idle or on the network for a long time — and unfortunately, I can only reproduce it roughly every 12 hours, which makes debugging very difficult.
I'm using real devices on the same local Wi-Fi network (not emulators), and everything else seems to be configured correctly. I’m also acquiring a MulticastLock and using the necessary permissions.
Also worth noting: The Android device still has internet access during this issue — I’m able to authenticate users through my remote server with no problems.
Has anyone experienced something similar or found a stable workaround for this?
The text was updated successfully, but these errors were encountered: