[Modify] Polish it
This commit is contained in:
parent
196daac39c
commit
db978ec5da
@ -323,7 +323,9 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
private void broadcastAsync (Opcode opcode, Stream stream, Action completed)
|
private void broadcastAsync (Opcode opcode, Stream stream, Action completed)
|
||||||
{
|
{
|
||||||
ThreadPool.QueueUserWorkItem (state => broadcast (opcode, stream, completed));
|
ThreadPool.QueueUserWorkItem (
|
||||||
|
state => broadcast (opcode, stream, completed)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private Dictionary<string, Dictionary<string, bool>> broadping (
|
private Dictionary<string, Dictionary<string, bool>> broadping (
|
||||||
|
Loading…
Reference in New Issue
Block a user