[Modify] Polish it

This commit is contained in:
sta 2017-04-09 15:36:26 +09:00
parent 196daac39c
commit db978ec5da

View File

@ -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 (