We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running the hub for several hours on my arm device I got this exception.
Unhandled exception: SocketException: Failed to create datagram socket (OS Error: Too many open files, errno = 24), address = , port = 5353 #0 _NativeSocket.bindDatagram (dart:io-patch/socket_patch.dart:1015:7) <asynchronous suspension> #1 MDnsClient.start (package:multicast_dns/multicast_dns.dart:135:40) <asynchronous suspension> #2 MdnsScanner._findingMdnsWithAddress (package:network_tools/src/mdns_scanner/mdns_scanner.dart:72:5)
I think increasing the delay between mdns searches will fix that.
The text was updated successfully, but these errors were encountered:
Trying to fix Too many open files crash [CyBear-Jinni#274]
4d501c2
Changing the delay to 2m didn't fix the problem.
Sorry, something went wrong.
Opened issue in flutter repo flutter/flutter#116528
No branches or pull requests
After running the hub for several hours on my arm device I got this exception.
I think increasing the delay between mdns searches will fix that.
The text was updated successfully, but these errors were encountered: