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
I advertise a device's name on mDNS using MDNS.addServiceTxt("myservice", "tcp", "name", "Foo");, but this name can change over time by user input. When calling the method again, another TXT entry is added, but I expected the previous one to be replaced.