GUACAMOLE-1545: Merge ensure tunnel "onload" fires only for true state changes.

This commit is contained in:
Virtually Nick
2022-03-02 16:27:50 -05:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ Guacamole.Tunnel = function() {
* *
* @type {!number} * @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 * The maximum amount of time to wait for data to be received, in