Open arys opened 3 years ago
You need to append local
to your request. DNS-SD specifies that requests ending in .local
are sent multicast to your network (and therefore all devices on the local network will receive them). Requests without .local
are sent unicast, and will use your hosts resolver to lookup _kitchen._tcp.
, which almost certainly is not resolvable and will not be sent to a device on the network.
Hello, I can't resolve any services. Can you please help me with this? My code:
Output is empty array, but I know that service is running
I am using electron: 11.4.6