From 0eba93c84c3c23fff0baa56d2a9748f7013f39b3 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 31 Dec 2024 23:17:59 +0700 Subject: [PATCH] #317 properly close current protocol instance before re-connecting --- html5/js/Client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html5/js/Client.js b/html5/js/Client.js index e0eb1dad..3f55c0d6 100644 --- a/html5/js/Client.js +++ b/html5/js/Client.js @@ -2265,6 +2265,7 @@ XpraClient.prototype._process_close = function(packet, ctx) { ctx.packet_disconnect_reason(packet); if (ctx.reconnect && ctx.reconnect_attempt