Fixed bug with agent reconnecting (#6431)
This commit is contained in:
parent
ec7505987d
commit
1d87c42977
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue