|
@@ -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(^{
|
|
|
|