From eebc2ec05bcdd8ed2da6efcadbfa76be55e5917c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Aug 2025 11:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=97=AE=E9=A2=98,?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=AC=AC=E4=BA=8C=E6=AC=A1key=20=E6=9C=89?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Contexts/CellularNetworkContext.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)) {