My service stops advertising once it is connected via
It was created via:
ssdpServer = ssdp(...)
ssdpeServer.advertise(...)
ssdpServer.stop()
Is there a method to continue/restart advertising? would it be ssdpServer.start(), or some other cleanup / recreation?