webserver mode: websocket heartbeat ping
未关闭
- 主要语言
- C++
- 星标
- 62
- 派生
- 9
- 平均合并
- 1 天 2 小时
- 30 天内合并 PR
- 1
描述
## Use Case
Server might keep on rendering even when user is idle
## Solution
Implement some sort of timeout to determine when to stop rendering:
Add a heartbeat to the javascript client and a receiver on the server, such that the server can close connection and clean up resources if the heartbeat stops. (choose some reasonable timeout time)
贡献指南
评估
这个 Issue 还没有评估数据。