diff --git a/Thermo.Active/wwwroot/src/services/hub.ts b/Thermo.Active/wwwroot/src/services/hub.ts index 35cb4bfd..323381d4 100644 --- a/Thermo.Active/wwwroot/src/services/hub.ts +++ b/Thermo.Active/wwwroot/src/services/hub.ts @@ -183,10 +183,10 @@ export class Hub { if (typeof cmsClient != "undefined") $.connection.hub.qs.CmsClientId = cmsClient.getClientID; - $.connection.hub.stop(); - setTimeout(() => { - $.connection.hub.start(); - }, 1000); + // $.connection.hub.stop(); + // setTimeout(() => { + // $.connection.hub.start(); + // }, 1000); } private logout(e) {