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
Editing this request as my understanding of multicast-dns (and by extension bonjour-service) has improved.
It's helpful that the Server class exposes the global multicast-dns instance, but it would also be good if that same paradigm extended to the Bonjour class (exposing it's server and registry properties maybe as readonly).
It might also be a good time to make destroy an idempotent operation.
The text was updated successfully, but these errors were encountered:
We're looking to do a rewrite with v2 of the project after using the module in some of our in house projects.
Improving the destroy operation is high on the list of priorities.
Thanks
Editing this request as my understanding of
multicast-dns
(and by extensionbonjour-service
) has improved.It's helpful that the
Server
class exposes the globalmulticast-dns
instance, but it would also be good if that same paradigm extended to theBonjour
class (exposing it'sserver
andregistry
properties maybe as readonly).It might also be a good time to make
destroy
an idempotent operation.The text was updated successfully, but these errors were encountered: