GitHub user mike-jumper reopened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/141
GUACAMOLE-250: Invoke client onsync only after display has flushed.
The `onsync` handler of `Guacamole.Client` is intended to be invoked when a
sync is received. Unfortunately, there is no guarantee that the display has
actually finished rendering things at that time, so no display-related action
can be performed as a result of that handler.
This change modifies the call to `onsync` so that there is such a
guarantee. It will only be invoked once display flush has completed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
sync-after-flush
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/141.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #141
----
commit e05a2459c71e600e8f5e69fe24e32d5f5375b62c
Author: Michael Jumper <[email protected]>
Date: 2017-04-13T05:13:55Z
GUACAMOLE-250: Invoke client onsync only after display has flushed.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---