|
@@ -28,6 +28,7 @@ class ConnectionService {
|
|
|
updateStatus(ConnectionStatus.connecting);
|
|
|
globalController.updateMsg("正在启动连接...");
|
|
|
await globalController.updateNode();
|
|
|
+ await globalController.swift(globalController.selectedNode.value?.name ?? "");
|
|
|
// 等待连接建立
|
|
|
await Future.delayed(Duration(seconds: 2));
|
|
|
updateStatus(ConnectionStatus.connected);
|