-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
mDNS search does not work on ios #29
Comments
We can not keep on changing implementations just because flutter is a crap framework which keeps on breaking.. |
Ha ha ok, so we will keep multicast_dns and it will solve itself in time |
It seems that that time come for me to require this functionality and I don't have a problem implementing it myself. bonsoir can be our solution to mDNS on Flutter in general for now not just Android and IOS, so one implementation here. I will open a pr and if you are not satisfied with it it is ok and I will just implement it only in my project. |
If it's not resolved till now then we have to do something... It's all about which project is maintained highly. Let's solve it ourselves. Please go ahead and let me know if anything is required. |
Pr tomorrow 😁 |
As written it this issue multicast_dns currently has an error for mDNS search on ios (didn't test myself).
I saw other developers use bonsoir for Android and iOS.
Maybe we can integrate it like that as well, android/ iOS to use Bonsoir and others to use multicast_dns until the issue is resolved.
The text was updated successfully, but these errors were encountered: