[Modify] Polish it
This commit is contained in:
parent
b224602736
commit
55aabfbcaf
@ -377,7 +377,9 @@ namespace WebSocketSharp.Server
|
||||
|
||||
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, bool> broadping (byte[] frameAsBytes)
|
||||
|
Loading…
Reference in New Issue
Block a user