[Modify] Remove it

This commit is contained in:
sta 2021-09-30 20:03:31 +09:00
parent 6b2fa7ab88
commit ff89f96a0d

View File

@ -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 (
byte[] frameAsBytes, TimeSpan timeout
)