xmlspyspring
Results
2
comments of
xmlspyspring
I know what the reason is, but I can't change it. This is caused by a bug in the multicast_dns. The file in this library multicast_dns - 0.3.2 + 6\...
I found a solution, but I don't know if it's right. in file lib/src/services/impls/mdns_scanner_service_impl.dart line 73 change ```dart await client.start(); ``` to ```dart await client.start(interfacesFactory: (InternetAddressType type){ return NetworkInterface.list( includeLinkLocal:...