zeroconf icon indicating copy to clipboard operation
zeroconf copied to clipboard

Only one entry returned for servers with the same name

Open andreynech opened this issue 7 years ago • 1 comments

If there are multiple instances of the same server (same name) running either on different hosts or, for example, on the same host listening on different ports, then only one entry is returned by resolver.

I think it is the same problem as described by closed issue 39

andreynech avatar Sep 12 '18 15:09 andreynech

Same problem...maybe only one server can accept the query packet,code one server with one entry, other server can't accept the query packet and response the entry. I guess.

IoTServ avatar Feb 21 '21 16:02 IoTServ