mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-05 23:46:04 +00:00
Increase connection timeouts when the PC is presumed to be online
This commit is contained in:
@@ -553,7 +553,7 @@ public class ComputerManagerService extends Service {
|
||||
NvHTTP http = new NvHTTP(address, 0, idManager.getUniqueId(), details.serverCert,
|
||||
PlatformBinding.getCryptoProvider(ComputerManagerService.this));
|
||||
|
||||
ComputerDetails newDetails = http.getComputerDetails();
|
||||
ComputerDetails newDetails = http.getComputerDetails(false);
|
||||
|
||||
// Check if this is the PC we expected
|
||||
if (newDetails.uuid == null) {
|
||||
|
||||
Reference in New Issue
Block a user