[Modify] Remove it
This commit is contained in:
@@ -352,13 +352,6 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void broadcastAsync (Opcode opcode, Stream stream, Action completed)
|
|
||||||
{
|
|
||||||
ThreadPool.QueueUserWorkItem (
|
|
||||||
state => broadcast (opcode, stream, completed)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private Dictionary<string, Dictionary<string, bool>> broadping (
|
private Dictionary<string, Dictionary<string, bool>> broadping (
|
||||||
byte[] frameAsBytes, TimeSpan timeout
|
byte[] frameAsBytes, TimeSpan timeout
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user