Fix mDNS detection of hosts with the same IP address

This is the case for PCs running GFE and Sunshine side-by-side.
This commit is contained in:
Cameron Gutman
2023-02-25 20:29:17 -06:00
parent 94b202f7b6
commit f659af29da
4 changed files with 7 additions and 44 deletions

View File

@@ -54,13 +54,6 @@ public class DiscoveryService extends Service {
}
}
@Override
public void notifyComputerRemoved(MdnsComputer computer) {
if (boundListener != null) {
boundListener.notifyComputerRemoved(computer);
}
}
@Override
public void notifyDiscoveryFailure(Exception e) {
if (boundListener != null) {