Altro test
This commit is contained in:
+11
-11
@@ -65,17 +65,17 @@
|
||||
maxRetries: 600,
|
||||
retryIntervalMilliseconds: 1000
|
||||
},
|
||||
reconnectionHandler: {
|
||||
onConnectionDown: (options, error) => {
|
||||
console.error(error);
|
||||
// setTimeout(function () {
|
||||
// document.location.reload();
|
||||
// }, 10000);
|
||||
},
|
||||
onConnectionUp: () => {
|
||||
console.log("Client reconnected!");
|
||||
}
|
||||
}
|
||||
// reconnectionHandler: {
|
||||
// onConnectionDown: (options, error) => {
|
||||
// console.error(error);
|
||||
// // setTimeout(function () {
|
||||
// // document.location.reload();
|
||||
// // }, 10000);
|
||||
// },
|
||||
// onConnectionUp: () => {
|
||||
// console.log("Client reconnected!");
|
||||
// }
|
||||
// }
|
||||
// }).then(() => {
|
||||
// Blazor.defaultReconnectionHandler._reconnectCallback = function (d) {
|
||||
// console.log("Client reconnected!");
|
||||
|
||||
Reference in New Issue
Block a user