mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-13 06:43:41 +00:00
Switched back to using built-in sockets with compression.
This commit is contained in:
@@ -187,7 +187,7 @@ namespace MeshCentralRouter
|
||||
if (tlsCertFingerprint != null) { this.tlsCertFingerprint = tlsCertFingerprint.ToUpper(); }
|
||||
if (tlsCertFingerprint2 != null) { this.tlsCertFingerprint2 = tlsCertFingerprint2.ToUpper(); }
|
||||
|
||||
if (nativeWebSocketFirst) { try { ws = new ClientWebSocket(); } catch (Exception) { } }
|
||||
//if (nativeWebSocketFirst) { try { ws = new ClientWebSocket(); } catch (Exception) { } }
|
||||
if (ws != null)
|
||||
{
|
||||
// Use Windows native websockets
|
||||
|
||||
Reference in New Issue
Block a user