From 1d87c4297720dd1f6cb0a8fea282759b4320506e Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Sat, 5 Oct 2024 09:21:48 -0700 Subject: [PATCH] Fixed bug with agent reconnecting (#6431) --- agents/meshcore.js | 1 + 1 file changed, 1 insertion(+) diff --git a/agents/meshcore.js b/agents/meshcore.js index a228904b..83d9aa4b 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -5788,6 +5788,7 @@ function handleServerConnection(state) { // Update the server on with basic info, logged in users and more advanced stuff, like Intel ME and Network Settings meInfoStr = null; + LastPeriodicServerUpdate = null; sendPeriodicServerUpdate(null, true); if (selfInfoUpdateTimer == null) { selfInfoUpdateTimer = setInterval(sendPeriodicServerUpdate, 1200000); // 20 minutes