becvert / cordova-plugin-zeroconf

Cordova ZeroConf Plugin
MIT License
81 stars 57 forks source link

Find services without WiFi #36

Closed julianCast closed 7 years ago

julianCast commented 7 years ago
  1. Wifi on -> Find services
  2. Wifi off, only 3G:
    • this.zeroconf.stop();
    • this.zeroconf.unwatch('_name._tcp.', 'local.'); After user press button, I reload everything, even bonjour (watch..)

BONJOUR FIND SAME SERVICES (as added)

Is there any kind of cache that it needs to be clean?

julianCast commented 7 years ago

Nevermind! My mistake, it needed. this.zeroconf.close()