1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Update with license and readme file.

This commit is contained in:
Ylian Saint-Hilaire
2019-06-06 14:38:36 -07:00
parent 20984125ac
commit 12f447fddc
24 changed files with 228 additions and 21 deletions

View File

@@ -605,7 +605,7 @@ namespace MeshCentralRouter
// Small fragment
buf[2] = 130; // Fragment op code (129 = text, 130 = binary)
buf[3] = (byte)(len & 0x7F);
try { wsstream.BeginWrite(buf, 2, len + 2, new AsyncCallback(WriteWebSocketAsyncDone), args); } catch (Exception ex) {
try { wsstream.BeginWrite(buf, 2, len + 2, new AsyncCallback(WriteWebSocketAsyncDone), args); } catch (Exception) {
parent.ShutdownClients(client, uclient, wc, counter); return; }
}
else