-
Notifications
You must be signed in to change notification settings - Fork 461
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
[Feature] Add the option to automatically collapse large messages #1232
Comments
Thank you for bringing this to our attention. We hadn't considered the display issue with large messages before. I will take your suggestion into account and work to implement it as soon as possible. |
Thanks @Red-Asuka ! |
@TommyDuc Hi, before we optimize this, could I ask you two questions?
We want to be able to reproduce this when optimizing fully. Thanks |
|
OK. Thanks for your details. We will optimize this data display, but you can wait for the large file transfer function of EMQX, which will work very well for you! |
It's updated to https://github.com/emqx/MQTTX/releases/tag/v1.10.0, welcome to try and thanks again. |
Motivation
Large messages (read about ~100MB) are fetched and displayed as is by MQTTX.
Not only is this not practical but it also makes the application lag and even crash.
Detailed design
There should be a limit for the maximum length for messages being displayed.
If that limit was exceeded then the message should be automatically collapsed.
The text was updated successfully, but these errors were encountered: