Allow rediscovery of hosts after deletion without having to force quit the app

This commit is contained in:
Cameron Gutman
2020-04-18 15:03:52 -07:00
parent bd5e0ecc40
commit b8631db5df
5 changed files with 13 additions and 0 deletions
+5
View File
@@ -69,6 +69,11 @@
}
- (void) resetDiscoveryState {
// Allow us to rediscover hosts that were already found before
[_mdnsMan forgetHosts];
}
- (void) startDiscovery {
if (shouldDiscover) {
return;