mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1545: Merge ensure tunnel "onload" fires only for true state changes.
This commit is contained in:
@@ -104,7 +104,7 @@ Guacamole.Tunnel = function() {
|
||||
*
|
||||
* @type {!number}
|
||||
*/
|
||||
this.state = Guacamole.Tunnel.State.CONNECTING;
|
||||
this.state = Guacamole.Tunnel.State.CLOSED;
|
||||
|
||||
/**
|
||||
* The maximum amount of time to wait for data to be received, in
|
||||
|
Reference in New Issue
Block a user