Closed guyluz11 closed 1 year ago
After debugging I found that the crash is coming from the use of InternetAddress.lookup
https://github.com/osociety/network_tools/blob/d73420a80acff56f1a788dd11c75d7bb8b401e04/network_tools/lib/src/mdns_scanner/mdns_scanner.dart#L95
and not from the mdns package.
It looks like it just does not find any result (IP for hostname) on my arm device.
Have opened an issue for that https://github.com/dart-lang/sdk/issues/50550 in the dart SDK repo.
Does it working after enabling mdns in your arm machine as told by dart sdk team? @guyluz11
I'm not sure how to do that, will close this issue as I don't have the knowledge to understand the whole picture
Testing mdns example on my arm architecture device I don't get any results, and there are no errors.
The same example return results in regular x64.
arm is also known as ARMv7 and armhf.