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

Chunking at message intervals/count #282

Closed
Xithrius opened this issue Jan 12, 2023 · 2 comments
Closed

Chunking at message intervals/count #282

Xithrius opened this issue Jan 12, 2023 · 2 comments

Comments

@Xithrius
Copy link
Owner

The chat implemented by Twitch themselves gives around 5 messages at a time if there's a bunch that come in at once.

This can be seen in high viewer volume chats, where you don't see the messages instantly. This feature will be implemented with a queue and information about said message, which may require another thread.

We shall see.

@Xithrius Xithrius added type: enhancement New feature or request area: frontend Changing how something looks area: backend Internal enhancements labels Jan 12, 2023
@Xithrius Xithrius changed the title Chunking at message intervals/count. Chunking at message intervals/count Apr 4, 2023
@Xithrius
Copy link
Owner Author

Xithrius commented May 3, 2023

This can also allow the possibility of a pseudo-slowmode.

@Xithrius Xithrius removed type: enhancement New feature or request area: frontend Changing how something looks area: backend Internal enhancements labels Aug 3, 2023
@Xithrius
Copy link
Owner Author

This is unnecessary. Twitch already limits how many messages are chunked at a time, and slowmode can just be done with the slowmode command. Implementation is probably out of scope, I'll leave this for maybe a future major version.

@Xithrius Xithrius closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 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