Fixed bug with agent reconnecting (#6431)

This commit is contained in:
Josiah Baldwin
2024-10-05 09:21:48 -07:00
committed by GitHub
parent ec7505987d
commit 1d87c42977

View File

@@ -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