在调用CDChatManager.m中 调用- (void)openWithClientId:(NSString *)clientId callback:(AVIMBooleanResultBlock)callback {
}方法中的[self.client openWithCallback:^(BOOL succeeded, NSError *error) {
[self updateConnectStatus];
if (callback) {
callback(succeeded, error);
}
// [CDEmotionUtils saveEmotions];
}]
时候崩溃