Modifica modalità reconnect

This commit is contained in:
Samuele Locatelli
2025-03-19 08:09:40 +01:00
parent 8c490c4555
commit f722f99bb0
5 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -11,19 +11,19 @@
<link rel="stylesheet" href="lib/font-awesome/css/all.min.css" />
<link rel="stylesheet" href="MP.MON.styles.css" />
<link rel="icon" type="image/png" href="favicon.ico" />
<HeadOutlet @rendermode=@(new InteractiveServerRenderMode(prerender: false)) />
<HeadOutlet />
</head>
<body>
<Routes @rendermode=@(new InteractiveServerRenderMode(prerender: false)) />
<Routes />
<script src="lib/WindowSize.js"></script>
@* <script src="_framework/blazor.web.js"></script> *@
<script src="_framework/blazor.server.js" autostart="false"></script>
<script>
Blazor.start({
reconnectionOptions: {
maxRetries: 36000,
retryIntervalMilliseconds: 1000
maxRetries: 3600,
retryIntervalMilliseconds: 2000
},
}).then(() => {
Blazor.defaultReconnectionHandler._reconnectCallback = function (d) {
+1 -1
View File
@@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.MON</RootNamespace>
<AssemblyName>$(AssemblyName.Replace(' ', '_'))</AssemblyName>
<Version>6.16.2503.1907</Version>
<Version>6.16.2503.1908</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2503.1907</h4>
<h4>Versione: 6.16.2503.1908</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2503.1907
6.16.2503.1908
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2503.1907</version>
<version>6.16.2503.1908</version>
<url>https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/MP.MON.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>