keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
96 stars 37 forks source link

Bugfix: cache flush properly #211

Closed keepsimple1 closed 4 months ago

keepsimple1 commented 4 months ago

A follow up fix for issue #203: we should always check for cache-flush bit, and update expire time for records as needed. When addresses changed, we should try to resolve the service again with the updated addresses.

Also refactored integration_success test.