Fix heads signalR functions name Backend + Frontend
This commit is contained in:
@@ -213,7 +213,7 @@ namespace Step.Listeners.SignalR
|
||||
// Send user softKeys
|
||||
context.Clients.Group("ncData").userSoftKeys(LastUserSoftKeysData);
|
||||
// Send heads data
|
||||
context.Clients.Group("ncData").heads(LastHeadsData);
|
||||
context.Clients.Group("ncData").headsData(LastHeadsData);
|
||||
// Send axesNames data
|
||||
context.Clients.Group("ncData").axesNames(LastAxesNamesData);
|
||||
|
||||
|
||||
Vendored
+115
-115
File diff suppressed because one or more lines are too long
Vendored
+20
-20
File diff suppressed because one or more lines are too long
Vendored
+19
-19
File diff suppressed because one or more lines are too long
Vendored
+6
-6
File diff suppressed because one or more lines are too long
Vendored
+6
-6
File diff suppressed because one or more lines are too long
Vendored
+685
-691
File diff suppressed because one or more lines are too long
@@ -58,7 +58,7 @@ export class Hub {
|
||||
|
||||
this._hub.client.ncSoftKeys = Hub.ncSoftKeyChanged;
|
||||
this._hub.client.ncSoftKeys = Hub.userSoftKeyChanged;
|
||||
this._hub.client.heads = Hub.headsDataChanged;
|
||||
this._hub.client.headsData = Hub.headsDataChanged;
|
||||
|
||||
this._hub.client.logout = this.logout;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user