mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
improved debug log.
This commit is contained in:
@@ -105,6 +105,7 @@ namespace MeshCentralRouter
|
||||
if (i >= 0) { ux = ux.Substring(0, i); }
|
||||
Uri u = new Uri(ux + "meshrelay.ashx?browser=1&p=2&nodeid=" + node.nodeid + "&id=" + randomIdHex + "&auth=" + server.authCookie);
|
||||
wc = new webSocketClient();
|
||||
wc.xdebug = server.debug;
|
||||
wc.onStateChanged += Wc_onStateChanged;
|
||||
wc.onBinaryData += Wc_onBinaryData;
|
||||
wc.onStringData += Wc_onStringData;
|
||||
|
||||
Reference in New Issue
Block a user