diff --git a/CoreAgent.Infrastructure/Contexts/CellularNetworkContext.cs b/CoreAgent.Infrastructure/Contexts/CellularNetworkContext.cs index a81e885..c2b957c 100644 --- a/CoreAgent.Infrastructure/Contexts/CellularNetworkContext.cs +++ b/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)) {