Browse Source

Merge branch 'master' of http://git.ius.plus/Project-Wing/WingCloudServer

Jeremy 2 years ago
parent
commit
d6abc4f0dc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/InteractionCenter/MasterInteractionCenterService.cs

+ 2 - 1
src/InteractionCenter/MasterInteractionCenterService.cs

@@ -71,7 +71,7 @@ namespace WingCloudServer.InteractionCenter
 
         public void DynamicAddRemoteService(string serverID, string sourceUrl)
         {
-            
+
             var eval = CSScript.Evaluator.ReferenceDomainAssemblies(DomainAssemblies.AllStaticNonGAC);
             var str = @$"using System;
                         using System.Threading.Tasks;
@@ -110,6 +110,7 @@ namespace WingCloudServer.InteractionCenter
         {
             base.Load(jsonRpcClientPool);
             _opLogDBService = GetProxy<IOpLogDBService>();
+            _liveConsultationService = GetProxy<ILiveConsultationService>();
         }
 
         /// Sychronize Receive ServiceData for slave