keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
88 stars 38 forks source link

Bugfix: AddressesRemoved event does not contain removed addrs #210

Closed keepsimple1 closed 1 month ago

keepsimple1 commented 2 months ago

Currently when HostnameResolutionEvent::AddressesRemoved event was sent, the addresses included are the ones still in use. They should be the addressses got removed.

A test case is added to verify the addresses.

@oysteintveit-nordicsemi if you have time, please check if I missed anything.

(The cache flush test seems flaky, will fix as well)

keepsimple1 commented 1 month ago

Rebased to the latest main branch.