mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-16 22:01:11 +00:00
Show discovery errors
This commit is contained in:
@@ -432,6 +432,7 @@ public class Limelight implements NvConnectionListener {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void notifyDiscoveryFailure(Exception e) {
|
public void notifyDiscoveryFailure(Exception e) {
|
||||||
|
displayError("Discover", e.getMessage());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
agent.startDiscovery(1000);
|
agent.startDiscovery(1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user