[Modify] Remove it
This commit is contained in:
parent
6b2fa7ab88
commit
ff89f96a0d
@ -352,13 +352,6 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void broadcastAsync (Opcode opcode, Stream stream, Action completed)
|
|
||||||
{
|
|
||||||
ThreadPool.QueueUserWorkItem (
|
|
||||||
state => broadcast (opcode, stream, completed)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private Dictionary<string, Dictionary<string, bool>> broadping (
|
private Dictionary<string, Dictionary<string, bool>> broadping (
|
||||||
byte[] frameAsBytes, TimeSpan timeout
|
byte[] frameAsBytes, TimeSpan timeout
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user