GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/142
GUACAMOLE-250: Unblock image rendering tasks if image decode fails.
Currently, Guacamole will permanently block the display from all further
updates if image decoding fails (bad PNG, unsupported image format, etc.). This
is potentially bad, as it would cause the connection to become visibly
unresponsive.
This shouldn't happen in practice unless something is going horribly wrong
within guacd, but it can easily happen when playing back screen recordings if
those recordings contain images not supported by the browser handling playback
(playing back a recording containing WebP images on Firefox, for example).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
bad-images
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/142.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 #142
----
commit e33408cbe31ee5720e15e7ee2cdc00d6c3e17937
Author: Michael Jumper <[email protected]>
Date: 2017-04-14T04:58:03Z
GUACAMOLE-250: Unblock image rendering tasks if image decode fails.
----
---
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.
---