@@ -12,7 +12,7 @@ namespace EEMSUIClient.Services
public ClientService()
{
- _hubBase = new HubBase(this);
+ _hubBase = new ClientCaller(this);
_clientCaller = _hubBase;
}
@@ -15,7 +15,6 @@ public partial class ClientCaller : IClientCaller
Task<bool> IClientCaller.UpdateRealTimeData(Dictionary<string, object> realtimeData)
-
return this.Send("UpdateRealTimeData", realtimeData);
@@ -53,4 +53,4 @@ public interface IClientBaseProvider
public string? RecipePath { get; set; }
public string? ConfigPath { get; set; }
-}
+}