keepsimple1

Results 129 comments of keepsimple1

It's surely a useful feature! (It even feels overdue now you mentioned it) > Perhaps a function on ServiceDaemon that takes a name and returns a unique version of it...

> Something I'd like to request is either a user supplied function/closure for the conflict resolution algorithm, or at least some kind of hook or callback with the newly resolved...

@hgomersall I've opened a PR #265 that implements the basic conflict resolution (and required probing). When you have time, could you please take a look and give it a try?...

> Not sure where I saw it in the RFC's, or maybe it was in some Apple docs? Service names get uniqueified like " (_N_)", but host names should be...

PR merged. Please let me know if any problems. We can iterate / fix things before the next release.

A new release 0.12.0 is published and includes this feature. Any comments / feedbacks are very appreciated, and will be helpful for adding the support of custom function of name...

I'm debating with myself whether we should / are ready to add support of custom function of name conflict resolution. My view of adding such support: - Pros: give the...

> What do you think this would look like? A method on the `ServiceDaemon` to add a callback, [like this](https://docs.rs/tokio/latest/tokio/runtime/struct.Builder.html#method.on_thread_start)? Yes this is similar with what I've imagined. (we probably...

> If the meter-2 device starts up first or is > currently the only device, you *still* want to talk to it as meter-2. > ... > So it's important...

> I don't think mdns-sd needs to do all that, just provide an interface (name change callback?) to allow that to happen. Currently `mdns-sd` implemented a conflict resolution with a...