mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Configuration should be stored.
This commit is contained in:
committed by
Michael Jumper
parent
32cdb3b3cd
commit
1f81b952fe
@@ -97,6 +97,7 @@ public class ConfiguredGuacamoleSocket implements GuacamoleSocket {
|
|||||||
GuacamoleClientInformation info) throws GuacamoleException {
|
GuacamoleClientInformation info) throws GuacamoleException {
|
||||||
|
|
||||||
this.socket = socket;
|
this.socket = socket;
|
||||||
|
this.config = config;
|
||||||
|
|
||||||
// Get reader and writer
|
// Get reader and writer
|
||||||
GuacamoleReader reader = socket.getReader();
|
GuacamoleReader reader = socket.getReader();
|
||||||
|
Reference in New Issue
Block a user