webserver mode: websocket heartbeat ping
Aberta
- Linguagem predominante
- C++
- Estrelas
- 62
- Forks
- 9
- Merge médio
- 1d 2h
- PRs com merge (30d)
- 1
Descrição
## 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)
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.