WebThingsIO / thing-url-adapter

Proxy adapter for Web Thing API endpoints
Mozilla Public License 2.0
22 stars 18 forks source link

Handle serviceDown events. #55

Closed mrstegeman closed 6 years ago

mrstegeman commented 6 years ago

When an mDNS service goes down, remove the linked device. If a service does not send out a notification that it's going down, it will automatically expire at the TTL in the service record, which tends to be quite short.

Fixes #54