I'm getting error 500 when trying to run "tunnel.connect();".. what exactly
is it expecting of the data param inside the "connect()" function?

The way i previous had my client being setup is 

guac: any  = new Guacamole.Client(new Guacamole.HTTPTunnel('tunnel'));

but now since I need a tunnel in order to call the sendMessage function I
split it into

tunnel: any = new Guacamole.HTTPTunnel('tunnel'));
guac: any  = new Guacamole.Client(this.tunnel);

so now I figured I need to "connect" the tunnel as well, in order to be able
to "sendMessage".. but tunnel throws error 500 when trying to connect.. is
it expecting the UUID or what? All the API says is "The data to send to the
tunnel when connecting."

Sorry for multiple follow-up questions




--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Reply via email to