i really wish i could focus

just ignore this
This commit is contained in:
Alec Obradovich 2017-04-23 10:18:11 -05:00
parent 652beb947e
commit 664d4220a9
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
using System;  using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View file

@ -28,6 +28,8 @@ namespace CircleScape.Websocket {
foreach(var thread in Threads) { foreach(var thread in Threads) {
} }
return false;
} }
private ThreadContext CreateThread(Connection initialConnection = null, bool runWithNoClients = false) { private ThreadContext CreateThread(Connection initialConnection = null, bool runWithNoClients = false) {