Browse Source

初始化问题,导致第二次key 有问题

feature/protocol-log-Perfect
root 4 months ago
parent
commit
eebc2ec05b
  1. 8
      CoreAgent.Infrastructure/Contexts/CellularNetworkContext.cs

8
CoreAgent.Infrastructure/Contexts/CellularNetworkContext.cs

@ -77,10 +77,10 @@ public class CellularNetworkContext : ICellularNetworkContext, IDisposable
throw new ObjectDisposedException(nameof(CellularNetworkContext));
}
if (_isInitialized)
{
return;
}
//if (_isInitialized)
//{
// return;
//}
if (string.IsNullOrEmpty(neConfigKey))
{

Loading…
Cancel
Save