Update mDNS service announcements when name changes.

This commit is contained in:
Robin Davies
2024-09-19 11:19:24 -04:00
parent 7ecc3de10a
commit 951a7a73de
18 changed files with 348 additions and 257 deletions
+2
View File
@@ -43,6 +43,8 @@ TEST_CASE( "updater test", "[updater]" ) {
++nCalls;
}
);
updater->Start();
}
REQUIRE(nCalls == 1);