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

Message list not received some time come some time empty list occure #4914

Closed
openxcellhitesh opened this issue Aug 7, 2023 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@openxcellhitesh
Copy link

Describe the bug
A clear and concise description of what the bug is.

SDK version

  • 5.17.10

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'message list'
  2. Click on 'message some time appear some time not '

Expected behavior
received proper data aleways

Device:

  • Vendor and model: [e.g. Samsung m30s]
  • Android version: [e.g. 11]

Screenshots
image
image

@openxcellhitesh openxcellhitesh added the bug Something isn't working label Aug 7, 2023
@openxcellhitesh
Copy link
Author

see below code

streamChatClient.queryChannels(request).enqueue { result ->
if (result.isSuccess) {
val channels: List = result.data()
} else {
Handle result.error()
}
}

@DanielNovak
Copy link
Contributor

Hi @openxcellhitesh , are you still experiencing the issue?

@DanielNovak
Copy link
Contributor

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants