webserver mode: websocket heartbeat ping
オープン
- 主要言語
- C++
- スター
- 62
- フォーク
- 9
- 平均マージ
- 1日 2時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。