问题描述
今天iOS获取不了群信息,自动登录也比平常慢XDHttpManager::httpWithApiAfterAppkey:httpMethod:headers:parameters:timeout:retryCount:error: --- error: 连接建立失败. [[EaseMob sharedInstance].chatManager asyncFetchGroupInfo:_chatGroup.groupId completion:^(EMGroup *group, EMError *error) { dispatch_async(dispatch_get_main_queue(), ^{ [weakSelf hideHud]; if (!error) { weakSelf.chatGroup = group; [weakSelf reloadDataSource]; } else{ [weakSelf showHint:NSLocalizedString(@"group.fetchInfoFail", @"failed to get the group details, please try again later")]; } }); } onQueue:nil];
解决方案
试下demo看正常吗,我这边测试一下,目前是正常的。
时间: 2024-11-21 00:31:49