Finally I was able to increase the buffer size for the websockets/guacd:
-I had to recompile the angular frontend
-I configured the tunnel to a bigger buffer size in my websocket
implementation
-Created my own fork of the guacamole client/server java libraries so I was
able to update some configura
I'm trying to increase the buffer size for sending the blobs through the
websocket, but I'm failing to do
I've configured the tunnel to have bigger size (I'm trying to multiply by 3
the size of these vars)
Java backend that instantiates the tunnel
session.setMaxBinaryMessageBufferSize(24576);