Hi guys, We have a setup where we run guacd in a Docker setup and then use a custom HTML/JavaScript application to remote our devices through the browser using WebSockets. This works great. However, we're seeing random 514 errors when attempting to connect. These show up after 15 seconds.
We're connecting through a secure tunnel that needs a bit of time to get connectivity established - so my initial thought is that we simply hit some internal timeout in Guacd of 15 seconds - because the connection isn't successfully established before that. I've found a few old posts about a 15 second timeout - but I haven't been able to find any way to actually change this timeout. So, my questions are: 1) Would it be an accurate assumption that guacd will throw an 514 error if the connection to the server takes more than 15 seconds? 2) Is there any way to alter this timeout? Thanks a lot.
