-
Notifications
You must be signed in to change notification settings - Fork 58
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
Closing the service is too slow #47
Comments
Android? could it be jmdns/jmdns#82 |
Please upgrade to 1.2.8 and let me know if it's better |
Yes, it was Android. After upgrading to 1.2.8 it works faster, now it takes about 4 seconds. I don't know if it can be improved, but anyway, it's something better. I'm marking this issue as closed as it's related to jmDNS, not with this project itself. Since Android 4.1 (API 16) there is support for mDNS natively (https://developer.android.com/training/connect-devices-wirelessly/nsd.html), so no need to use the jmDNS library. Have you considered it? Ionic 2 by default seem to use API 16 as min SDK. Thanks! |
#7 about NSD. It isn't full featured as JmDNS so I stick with it for now. |
Hi,
It takes about 10 seconds to get the promise's result from the
close()
method. Why is it so slow? What is it really doing when closing the service?Thanks!
The text was updated successfully, but these errors were encountered: