[Modify] Polish it

This commit is contained in:
sta 2017-09-23 20:39:34 +09:00
parent b224602736
commit 55aabfbcaf

View File

@ -377,7 +377,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, bool> broadping (byte[] frameAsBytes) private Dictionary<string, bool> broadping (byte[] frameAsBytes)