You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
![Screen Shot 2021-06-06 at 13 21 26](https://user-images.githubusercontent.com/20532573/120916211-1a305280-c6ca-11eb-9f61-fd81e6c49181.png)
I am using electron: 11.4.6
The text was updated successfully, but these errors were encountered: