|
|
|
@ -482,9 +482,9 @@ namespace CoreAgent.Infrastructure.Services.Network |
|
|
|
} |
|
|
|
|
|
|
|
_logger.LogInformation("获取到 {ConfigCount} 个协议客户端配置", protocolConfigs.Length); |
|
|
|
|
|
|
|
_protocolWsClientManager.StartAllClientsAsync(protocolConfigs); |
|
|
|
// 启动所有协议客户端
|
|
|
|
var startResult = _protocolWsClientManager.StartAllClients(protocolConfigs); |
|
|
|
var startResult = _protocolWsClientManager.CheckAllClientsConnection(10); |
|
|
|
if (!startResult) |
|
|
|
{ |
|
|
|
_logger.LogWarning("部分协议客户端启动失败"); |
|
|
|
|