Hi,
If I am correct, Browser.window.requestAnimationFrame
is used for the main loop in the html target? When the browser tab loses focus, the main loop will stop working completely, at least in chrome. I need the main loop keep running in order to get live updates from the server. Is there a change to have a “backup” with setTimeOut
for example?