becvert / cordova-plugin-zeroconf

Cordova ZeroConf Plugin
MIT License
81 stars 57 forks source link

Failing to find a service if already running #29

Closed Dinkh closed 7 years ago

Dinkh commented 7 years ago

Hi there,

thanks for the great plugin.

I am using Tuneblade (PC) and trying to find the Tuneblade service (from Android). But the service only shows up if I start Tuneblade (PC) after I start zeroconf.watch (Android)

Further I saw the other bugs and it takes at least 20 seconds for the first device to show up.

For me it would be good enough to have a zeroconf.list to show all currently registered devices (not sure if zeroconf supports this).

becvert commented 7 years ago

Hi. I'll have a look into that but not before some time. Thanks

becvert commented 7 years ago

I cannot reproduce the issue with my tests. Please try with a service other than tuneblade to see if it happens too.

zeroconf.watch should already be listing the registered devices.

closing for now as I cannot do more. Feel free to dig into the code. Thank you.