GitHub user mike-jumper opened a pull request:
https://github.com/apache/guacamole-server/pull/193
GUACAMOLE-623: Start terminal once Kubernetes connection is ready.
The recent merge of
[GUACAMOLE-622](https://issues.apache.org/jira/browse/GUACAMOLE-622) via #187
requires that `guac_terminal_start()` be invoked upon connection success to
begin rendering of the terminal.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/guacamole-server
fix-kubernetes-term-start
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-server/pull/193.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 #193
----
commit 7374b29364a1d4e9d095843b014ce0ea19add0b9
Author: Michael Jumper <mjumper@...>
Date: 2018-09-27T05:05:46Z
GUACAMOLE-623: Start terminal once Kubernetes connection is ready
(necessary since merge of GUACAMOLE-622).
----
---