mike-jumper opened a new pull request, #1045: URL: https://github.com/apache/guacamole-client/pull/1045
This partly reverts the changes introduced by d6db8fac7ea01d8a6a4a8c2b8bc84b66be4fb471 (#681), restoring the previous client-side frame handling. The new asynchronous flush mechanism leveraging `requestAnimationFrame()` does not perform as well as the old synchronous flush. This appears to be due to delays in when the browser actually allows the frame to proceed, which cause the client to lag behind. A future change that could improve things further might be to process graphical changes in a WebWorker when available. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org