Workaround For Youtube Chat Memory Leaks

Fix Youtube Live Chat Memory Leaks

当前为 2021-02-23 提交的版本,查看 最新版本

作者
板海苔
评分
0 0 0
版本
0.1
创建于
2021-02-23
更新于
2021-02-23
大小
2.5 KB
许可证
BSD-3-Clause https://opensource.org/licenses/BSD-3-Clause
适用于

Currently (2021-02-23), youtube live chat has a bug that never execute some scheduled tasks.
Those tasks are scheduled for each time a new message is added to the chat and hold the memory until being executed.
This script will let the scheduler to execute those tasks so the memory held by those tasks could be freed.