Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 调用会话消息列表之后一直重连,使用的是imsdk的demo生成的userid和token,使用自己的demo直接调用登录和会话消息,会一直重连拉取信息,本地db信息查询不到 #72

Open
zbdobest opened this issue Oct 17, 2024 · 0 comments

Comments

@zbdobest
Copy link

OpenIM Server Version

3.8.1

Operating System and CPU Architecture

macOS (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

自己写的demo,需要把IMEvent的init()调用放到initsdk之前才可以调用登录,调用登录成功之后,调用OpenIMClient.getInstance().messageManager.getAdvancedHistoryMessageList(object :
OnBase {
override fun onError(code: Int, error: String) {
}

        override fun onSuccess(data: AdvancedMessage) {

        }
    }, conversationID, null, 20)

Screenshots Link

企业微信截图_08e64bdd-121f-44bb-bab1-008993d6f6fc

@zbdobest zbdobest changed the title [BUG] [BUG] 调用会话消息列表之后一直重连,使用的是imsdk的demo生成的userid和token,使用自己的demo直接调用登录和会话消息,会一直重连拉取信息,本地db信息查询不到 Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant