ソースを参照

1.心跳检测 不在检测FRPC 心跳

huangxiaodong 3 ヶ月 前
コミット
94ccc7a931

+ 3 - 3
创维盒子/code/NAS/NASViewController.m

@@ -1051,15 +1051,15 @@
         return;
     }
     
-    if (!heartbeatMod.data.frpStatus
-        &&!heartbeatMod.data.hostAgentStatus
+    if (//!heartbeatMod.data.frpStatus&&
+        !heartbeatMod.data.hostAgentStatus
         &&!heartbeatMod.data.containerAgentStatus) {//全部异常
         [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:1 didClickBut:^(NSInteger tag) {
                     
         }];
     }
     else if (heartbeatMod.data.hostAgentStatus
-            && !heartbeatMod.data.frpStatus
+            //&& !heartbeatMod.data.frpStatus
             && heartbeatMod.data.containerAgentStatus) {//frp异常
         [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:2 didClickBut:^(NSInteger tag) {
                     

+ 3 - 3
创维盒子/code/webRtc/webRtcManager/webRtcManager.m

@@ -1126,8 +1126,8 @@
         return;
     }
     
-    if (!heartbeatMod.data.frpStatus
-        &&!heartbeatMod.data.hostAgentStatus
+    if (//!heartbeatMod.data.frpStatus&&
+        !heartbeatMod.data.hostAgentStatus
         &&!heartbeatMod.data.containerAgentStatus) {//全部异常
         
         [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:1 didClickBut:^(NSInteger tag) {
@@ -1135,7 +1135,7 @@
         }];
     }
     else if (heartbeatMod.data.hostAgentStatus
-            && !heartbeatMod.data.frpStatus
+            //&& !heartbeatMod.data.frpStatus
             && !heartbeatMod.data.containerAgentStatus) {//frp异常
         [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:2 didClickBut:^(NSInteger tag) {
                     

+ 3 - 3
创维盒子/code/webRtc/webRtcPlayerViewController.m

@@ -1526,8 +1526,8 @@
         return;
     }
     
-    if (!heartbeatMod.data.frpStatus
-        &&!heartbeatMod.data.hostAgentStatus
+    if (//!heartbeatMod.data.frpStatus&&
+        !heartbeatMod.data.hostAgentStatus
         &&!heartbeatMod.data.containerAgentStatus) {//全部异常
         
         [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:1 didClickBut:^(NSInteger tag) {
@@ -1535,7 +1535,7 @@
         }];
     }
     else if (heartbeatMod.data.hostAgentStatus
-            && !heartbeatMod.data.frpStatus
+            //&& !heartbeatMod.data.frpStatus
             && !heartbeatMod.data.containerAgentStatus) {//frp异常
         [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:2 didClickBut:^(NSInteger tag) {
                     

+ 2 - 2
创维盒子/双子星云手机.xcodeproj/project.pbxproj

@@ -5770,7 +5770,7 @@
 				CODE_SIGN_ENTITLEMENTS = "计算器.entitlements";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 25;
+				CURRENT_PROJECT_VERSION = 26;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -5854,7 +5854,7 @@
 				CODE_SIGN_ENTITLEMENTS = "计算器.entitlements";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 25;
+				CURRENT_PROJECT_VERSION = 26;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",