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

2022-06-20 Thread Frco. Javier Rial
only get 5Mbps Nothing more to do here. Thanks, hope it helps someone On 2022/06/17 06:50:33 "Frco. Javier Rial" wrote: > 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

RE: Uploading files through the websocket and speed issues

2022-06-16 Thread Frco. Javier Rial
in and there is not any error in the guacd logs (even in debug mode) Any advice, please Best regards On 2022/06/13 14:50:24 "Frco. Javier Rial" wrote: > Hi all: > > I want to ask you how do you deal with uploading files to the remote > machine? > > I mean, I've dev

Uploading files through the websocket and speed issues

2022-06-13 Thread Frco. Javier Rial
Hi all: I want to ask you how do you deal with uploading files to the remote machine? I mean, I've developed my custom guacamole application, and using the guacamole client functions to upload files through the websocket (blobwriter/reader and sending blob, waiting for acks and so on). But the u

Re: Websockets problem when simulatenous connections

2022-06-08 Thread Frco. Javier Rial
e 2022 ás 07:18, Frco. Javier Rial () escribiu: > I think that my problem is that the websocket controller in Java (Spring) > is only instantiated once, and so as the tunnel variable is a private one > in the GuacamoleWebSocketTunnelEndpoint class, it can not handle several > websocket

Re: Websockets problem when simulatenous connections

2022-06-08 Thread Frco. Javier Rial
2022 ás 16:20, Frco. Javier Rial () escribiu: > Hi Lukas > > I'm doing that, or at least I think I'm doing it > > Each connection to the websocket endpoint, creates a running docker > container (with its own guacd, rdp,...) , and then creates the websocket to > thi

Re: Websockets problem when simulatenous connections

2022-06-08 Thread Frco. Javier Rial
> > The trickier part are race conditions,so synchronizing access to the > lookup table is the key, especially when removing the connection and > handling disconnects. > > > Hope it helps a bit. > > > Best Regards, > Lukas > > Dne st 8. 6. 2022 15:04 uživatel Frc

Websockets problem when simulatenous connections

2022-06-08 Thread Frco. Javier Rial
Hi all I'm having this same exact problem as describe this https://stackoverflow.com/questions/54374533/guacamole-multiple-simultaneous-vnc-connections-over-websocket-close-each-other I've built my own guacamole application, just like this (I'm omitting the keycloak integration for authentication