https://github.com/nilsmagnus/mdns_test
example of my code when mdns_multicast plugin fails
https://github.com/nilsmagnus/mdns_test
Last synced: 3 months ago
JSON representation
example of my code when mdns_multicast plugin fails
- Host: GitHub
- URL: https://github.com/nilsmagnus/mdns_test
- Owner: nilsmagnus
- Created: 2022-10-10T17:26:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T17:28:21.000Z (over 2 years ago)
- Last Synced: 2025-02-27T02:55:00.297Z (3 months ago)
- Language: C++
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdns_test
My code when mdns_multicast fails.
Reloaded 1 of 600 libraries in 278ms (compile: 32 ms, reload: 73 ms, reassemble: 131 ms).
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: SocketException: Send failed (OS Error: No route to host, errno = 65), address = 0.0.0.0, port = 5353
#0 _NativeSocket.send (dart:io-patch/socket_patch.dart:1213:34)
#1 _RawDatagramSocket.send (dart:io-patch/socket_patch.dart:2460:15)
#2 MDnsClient.lookup (package:multicast_dns/multicast_dns.dart:225:14)
#3 _MyHomePageState._startScan (package:mdns_test/main.dart:76:10)