boschkundendienst / guacamole-docker-compose

Guacamole with docker-compose using PostgreSQL, nginx with SSL (self-signed)
GNU General Public License v3.0
983 stars 410 forks source link

[Question] Does this project use websocket? #83

Closed ne0YT closed 1 year ago

ne0YT commented 1 year ago

hey there

does this project use websocket for client connections?

craeckor commented 1 year ago

Yes, guacamole uses websocket as default connection, but if websocket is not available somehow, it uses a backup solution with https packets but the performance is really shitty on this and you have intensive packet loss which can cause graphics errors, also your server will recieve basically a big https flood, if websocket doesn't work. (If you have multiple active clients at the same time)