1
0
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:
Ylian Saint-Hilaire
2021-11-16 10:09:35 -08:00
parent 4f2401a796
commit 83d64597fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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