RE: RE: Uploading files through the websocket and speed issues

2022-06-20 Thread Frco. Javier Rial
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

RE: Uploading files through the websocket and speed issues

2022-06-16 Thread Frco. Javier Rial
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);