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
Using an Android device after calling HostScanner.getAllPingableDevices( or HostScanner.getAllPingableDevicesAsync( I am waiting for the hostname response await activeHostFound.hostName but it returns null for all devices.
Results look ok on Linux (with network_tools_flutter)
The text was updated successfully, but these errors were encountered:
guyluz11
changed the title
getAllPingableDevices host is null
getAllPingableDevices host is null on Android
Dec 21, 2023
Using an Android device after calling
HostScanner.getAllPingableDevices(
orHostScanner.getAllPingableDevicesAsync(
I am waiting for the hostname responseawait activeHostFound.hostName
but it returns null for all devices.Results look ok on Linux (with network_tools_flutter)
The text was updated successfully, but these errors were encountered: