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.