mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Use a shared UID for all Moonlight clients
This commit is contained in:
parent
564e7c71a6
commit
752b204be8
@ -129,7 +129,9 @@ public class NvHTTP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public NvHTTP(String address, String uniqueId, X509Certificate serverCert, LimelightCryptoProvider cryptoProvider) throws IOException {
|
public NvHTTP(String address, String uniqueId, X509Certificate serverCert, LimelightCryptoProvider cryptoProvider) throws IOException {
|
||||||
this.uniqueId = uniqueId;
|
// Use the same UID for all Moonlight clients so we can quit games
|
||||||
|
// started by other Moonlight clients.
|
||||||
|
this.uniqueId = "0123456789ABCDEF";
|
||||||
|
|
||||||
initializeHttpState(serverCert, cryptoProvider);
|
initializeHttpState(serverCert, cryptoProvider);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user