GitHub user mike-jumper opened a pull request:
https://github.com/apache/guacamole-client/pull/318
GUACAMOLE-622: Increase FailoverGuacamoleSocket instruction queue limit.
Some protocols, in particular SSH and telnet, may send a decent amount of
data before the connection status is known. The previous limit of roughly 2KB
was a bit small.
This change increases the default limit to 128KB and allows the limit to be
overridden.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/guacamole-client ssh-telnet-error
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/318.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 #318
----
commit e77ca735a07e851641067cbacf0ba61798511238
Author: Michael Jumper <mjumper@...>
Date: 2018-09-01T21:35:01Z
GUACAMOLE-622: Increase size of instruction queue within
FailoverGuacamoleSocket. Allow limit to be overridden.
Some protocols, in particular SSH and telnet, may send a decent amount
of data before the connection status is known.
----
---