@@ -1590,7 +1590,7 @@ BOOL inReconnect = NO;
[cachesFileManager writeLogsWithMsg:[[NSString alloc] initWithFormat:@"yyyyyyyyyyyyy 重连次数 %ld ",reConnectAccount]];
//20231017 修改后台3分钟再次进入 不断转圈圈问题
- if (reConnectAccount >0 && reConnectAccount == 50 )
+ if (reConnectAccount >0 && reConnectAccount == 3 )
{
mainBlock(^{
@@ -173,6 +173,11 @@
return;
}
+ if (!ksharedAppDelegate.isWebSockLinkOKAginType) {//未链接
+ [[iToast makeText:NSLocalizedString(@"box_link_error_show_tip",nil)] show];
+ return;
+ }
+
NSInteger tag = but.tag;
HLog(@"%ld",tag);
switch (tag) {