mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-12 02:46:05 +00:00
Use a shared UID for all Moonlight clients
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user