keepsimple1 / mdns-sd

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

Set the daemon status when shutting down #149

Closed keepsimple1 closed 7 months ago

keepsimple1 commented 7 months ago

This is to address issue #148 :

This is a breaking change for the shutdown() API as its return type changed:

pub fn shutdown(&self) -> Result<Receiver<DaemonStatus>>