We have a custom client, but we use most of the features from the guacamole
java client and we fully reuse the guacd server. We already have a file upload,
from the user to the VM in the session, this is simple, however I could not
find if there is a way to download files from the VM via the gua
We have basically copy pasted most of the impl from the guacamole java client
and simply listen to requests and forward them to the server, thought it might
be a concurrency issue since we are using spring services, but after adding
more thread safety we get
java.lang.IllegalStateException: The
Hello, I am getting the following error:
2024-09-10T07:48:08.483Z ERROR 1 --- [remote-connection-gateway]
[nio-8080-exec-8] s.r.g.c.GuacamoleWebSocketTunnelEndpoint : Error on session
with id: 0
java.io.EOFException: null
at
org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadB
connection is established
>До: user@guacamole.apache.org
>Изпратено на: 23.11.2023 18:07
On 11/22/2023 1:32 PM, Nikolay Ganchev wrote:
> I have a custom apache guacamole-client implemented and a custom web
> app. I set the resolution in the onConnect method, however I would l
I have a custom apache guacamole-client implemented and a custom web app. I
set the resolution in the onConnect method, however I would like to also update
the resolution runtime, perhaps via the onMessage method, or in any other way,
is it possible?