mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1082: HTTP tunnel fails to reconnect
This commit is contained in:
committed by
Michael Jumper
parent
52d61d8dbc
commit
aad8bf8d2c
@@ -214,6 +214,10 @@ Guacamole.HTTPTunnel = function(tunnelURL) {
|
||||
|
||||
// Mark as closed
|
||||
tunnel.state = Guacamole.Tunnel.State.CLOSED;
|
||||
|
||||
// Reset output message buffer
|
||||
sendingMessages = false;
|
||||
|
||||
if (tunnel.onstatechange)
|
||||
tunnel.onstatechange(tunnel.state);
|
||||
|
||||
|
Reference in New Issue
Block a user