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: When a user has too many messages, fetching messages using the SDK will fail, and the entire interface will be unable to display any messages. #2138

Closed
duola297 opened this issue Mar 25, 2024 · 3 comments
Labels
bug Categorizes issue or PR as related to a bug.

Comments

@duola297
Copy link

What happened?

When a user has too many messages, fetching messages using the SDK will fail, and the entire interface will be unable to display any messages. I'm not sure if this is a limitation or an error. Where can I set this max value or resolve this issue
image

What did you expect to happen?

To solve this problem

How can we reproduce it (as minimally and precisely as possible)?

Perhaps allow a user to receive a large number of messages, and then call the SDK to pull information?

Anything else we need to know?

No response

version

3.0

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

@duola297 duola297 added the bug Categorizes issue or PR as related to a bug. label Mar 25, 2024
@kubbot kubbot changed the title Bug: Bug: Mar 25, 2024
@cubxxw cubxxw changed the title Bug: Bug: When a user has too many messages, fetching messages using the SDK will fail, and the entire interface will be unable to display any messages. Mar 25, 2024
@cubxxw
Copy link
Contributor

cubxxw commented Mar 25, 2024

Would you kindly consider updating this version, as it seems a bit outdated? Thank you for your attention to this matter.

@kubbot
Copy link
Contributor

kubbot commented May 27, 2024

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@FGadvancer
Copy link
Member

This issue seems to be caused by the IM message body being too large. The SDK currently has a size limit, and of course, customers can also restrict the amount of text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

5 participants