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