keepsimple1 / mdns-sd

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

register example should keep running #110

Closed keepsimple1 closed 1 year ago

keepsimple1 commented 1 year ago

The register example was broken in a recent commit so that by default it is no longer keeping running, i.e. exits immediately. This is a problem as it cannot be used for a client/server testing.

Also added more usage prints for the query example.