在调取iOS的SDK里的AVIMConversationQuery类的查询方法- (void)findConversationsWithCallback:(AVIMArrayResultBlock)callback 时会报如下的错误:
【Error Domain=AVOSCloudIMErrorDomain Code=9001 "websocket not opened" UserInfo={NSLocalizedFailureReason=websocket not opened, reason=websocket not opened}】

PS:能正常聊天

Code = 9001代表:未能连接聊天服务。