Sergei Serebryanskiy

Results 2 issues of Sergei Serebryanskiy

Hi All! I'm trying to stop service using: ` this.logger.info('Stopping P2P mDNS annoucement...'); this.service.stop(); this.bonjour.unpublishAll(); this.bonjour.destroy()`; But unfortinately my browser still have a service in the service's list after that...

Hi All! It's not clear what function update do. Can you provide an example pls how to use that? What it will do? Will it re-discover all mdns service? Or...