完善数据接收
This commit is contained in:
parent
94ef930aa2
commit
2d098706e0
@ -1,4 +1,5 @@
|
||||
using JiShe.ServicePro.Core;
|
||||
using JiShe.ServicePro.PulsarProvider.Internal;
|
||||
using JiShe.ServicePro.SwaggerConfigs;
|
||||
using System.Reflection;
|
||||
using Volo.Abp.BlobStoring.FileSystem;
|
||||
@ -58,7 +59,7 @@ namespace JiShe.IoT
|
||||
});
|
||||
|
||||
// 注册 内存管理协调器
|
||||
context.Services.AddSingleton<UnifiedMemoryCoordinator>();
|
||||
context.Services.AddSingleton<UnifiedMemoryCoordinator>();
|
||||
}
|
||||
|
||||
public override void OnApplicationInitialization(ApplicationInitializationContext context)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user