homebridge / ciao

RFC 6762 and RFC 6763 compliant mdns service discovery library written in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not allow multiple services with the same name

sbender9 opened this issue · comments

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

  • OS: Mac OS
  • Node: v12

Process Supervisor

not applicable

Additional Context

I'm attempting to use this outside of homebridge

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.