I am registering a service over Wifi using JMDNS. I need to reannounce it periodically. I have checked
ServiceInfo#setText(final byte [] text)
ServiceInfo#setText(final Map)
and, both didn't worked for me. Is there any other workaround to do same?