diff --git a/MP.Mon/MP.Mon.csproj b/MP.Mon/MP.Mon.csproj index e7ebadf8..4361f00d 100644 --- a/MP.Mon/MP.Mon.csproj +++ b/MP.Mon/MP.Mon.csproj @@ -4,7 +4,7 @@ net6.0 enable enable - 6.16.2403.110 + 6.16.2403.416 diff --git a/MP.Mon/Pages/_Layout.cshtml b/MP.Mon/Pages/_Layout.cshtml index 3945566c..74130e8d 100644 --- a/MP.Mon/Pages/_Layout.cshtml +++ b/MP.Mon/Pages/_Layout.cshtml @@ -64,7 +64,12 @@ retryIntervalMilliseconds: 2000 }, reconnectionHandler: { - onConnectionDown: (options, error) => console.error(error), + onConnectionDown: (options, error) => { + console.error(error); + setTimeout(function () { + location.reload(); + }, 5000); + }, onConnectionUp: () => console.log("Client reconnected!") } }).then(() => { diff --git a/MP.Mon/Resources/ChangeLog.html b/MP.Mon/Resources/ChangeLog.html index 42521936..67b21189 100644 --- a/MP.Mon/Resources/ChangeLog.html +++ b/MP.Mon/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MON MAPO -

Versione: 6.16.2403.110

+

Versione: 6.16.2403.416


Note di rilascio: