homebridge / ciao

RFC 6762 and RFC 6763 compliant mdns service discovery library written in Typescript
MIT License
79 stars 6 forks source link

does not allow multiple services with the same name #20

Open sbender9 opened 2 years ago

sbender9 commented 2 years ago

Analysis

When the same name is given for multiple service types, the services get renamed with numbers (2), (3), etc.

Expected Behavior

I expect them to all have the same name. This is quite normal as far as I can tell and has been allowed using other libraries.

Steps To Reproduce

Create multiple services with the same and different types.

Logs

NA

Configuration

NA

Environment

Process Supervisor

not applicable

Additional Context

I'm attempting to use this outside of homebridge

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.