In the course of the last weeks, Android\'s NSD implementation is making me go mad:
From a user\'s point of view, the following problems arise:
Devices
Still no difference with Android NSD. I had been using Marshmallow version of Android and NSD actually is still unreliable. I replaced the NSD with RxDNSSD ( https://github.com/andriydruk/RxDNSSD ). Few liner code works perfect till now.
I tested NSD & RXDNSSD, NSD was able to discover service but not able to resolve IP address while RXDNSSD was working all the time.
Hope it will help for other users.