vadimpronin / guacamole-lite

Node.js library for creating Guacamole-compatible servers. Guacamole is a RDP/VNC/SSH/Telnet client for HTML5 browsers.
Apache License 2.0
250 stars 78 forks source link

How-to debug a WS connection #55

Open itamayo opened 10 months ago

itamayo commented 10 months ago

I find this project to be exceptionally fascinating, exemplifying an impressive achievement in engineering.

I've attempted to use it, but, truth be told, I've only succeeded in establishing an SSH connection. However, after a short period or upon pressing the enter key, the WebSocket connection terminates, accompanied by a server-launched message: "disconnect."

I'm curious to know if you're currently utilizing it and, if so, whether it's functioning well for you. If it is, could you please share the remote desktop servers you're using and the versions of guacd and guacamole-common-js?

Lastly, could someone provide some guidance on debugging the unexpected closure of websockets?