i really wish i could focus
just ignore this
This commit is contained in:
parent
652beb947e
commit
664d4220a9
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue