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

Send multiple messages in batches #137

Open
jojomatik opened this issue Jul 4, 2021 · 0 comments
Open

Send multiple messages in batches #137

jojomatik opened this issue Jul 4, 2021 · 0 comments
Assignees
Labels
type:feat A new feature

Comments

@jojomatik
Copy link
Owner

jojomatik commented Jul 4, 2021

Is your feature request related to a problem? Please describe.
If a lot of messages are received, scrolling performance in the console is still not perfect and offers some room for improvement (even after a7cdde6). In contrast to #126 I would not consider it a bug anymore, but rather a performance problem. Sending and processing messages that are sent within in a certain time frame together, would improve on this.

Describe the solution you'd like
The backend should wait for more messages for some time until the messages are sent, and sends them in one batch. The frontend then processes all of these messages and initiates scrolling afterwards.

@jojomatik jojomatik added the type:feat A new feature label Jul 4, 2021
@jojomatik jojomatik self-assigned this Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feat A new feature
Projects
None yet
Development

No branches or pull requests

1 participant