feat: 初始化并发问题处理
This commit is contained in:
@@ -849,6 +849,7 @@ class KRHomeController extends GetxController with WidgetsBindingObserver {
|
||||
if (kDebugMode) {
|
||||
}
|
||||
await KRSingBoxImp.instance.kr_start();
|
||||
|
||||
KRLogUtil.kr_i('✅ 连接命令已发送', tag: 'HomeController');
|
||||
if (kDebugMode) {
|
||||
}
|
||||
@@ -2185,6 +2186,7 @@ class KRHomeController extends GetxController with WidgetsBindingObserver {
|
||||
kr_isConnected.value = true;
|
||||
kr_startConnectionTimer();
|
||||
kr_updateConnectionInfo();
|
||||
KRSingBoxImp.instance.kr_debugTunConnectivity();
|
||||
|
||||
// 🔧 修复:同步已启动状态时,尝试更新延迟值
|
||||
if (!_kr_tryUpdateDelayFromActiveGroups()) {
|
||||
|
||||
Reference in New Issue
Block a user