You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 call, so looks like it doesn't receive a goodbye message.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
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 call, so looks like it doesn't receive a goodbye message.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: