MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / reconnectOnFail

Function reconnectOnFail

aspnet-samples/AspNetForm/Scripts/my.js:38–43  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

36 }
37
38 function reconnectOnFail(message) {
39 $('#status').html(`<h5 class='error'>${message} Reconnecting...</h5>`);
40 setTimeout(function () {
41 startConnectionWithRetry(connection)
42 }, 1000);
43 }
44};
45
46function appendRow(tableId, item) {

Callers 1

startSignalRFunction · 0.85

Calls 2

startConnectionWithRetryFunction · 0.85
$Function · 0.70

Tested by

no test coverage detected