[Modify] Polish it
This commit is contained in:
parent
926a51c611
commit
b224602736
@ -370,7 +370,9 @@ namespace WebSocketSharp.Server
|
||||
|
||||
private void broadcastAsync (Opcode opcode, byte[] data, Action completed)
|
||||
{
|
||||
ThreadPool.QueueUserWorkItem (state => broadcast (opcode, data, completed));
|
||||
ThreadPool.QueueUserWorkItem (
|
||||
state => broadcast (opcode, data, completed)
|
||||
);
|
||||
}
|
||||
|
||||
private void broadcastAsync (Opcode opcode, Stream stream, Action completed)
|
||||
|
Loading…
Reference in New Issue
Block a user