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

only send typing event when typing is not set #7794

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

NBKelly
Copy link
Collaborator

@NBKelly NBKelly commented Oct 7, 2024

This is a start. Right now we're sending 1 event per keystroke. This will at least cull a large chunk of that.
I still need to figure out rate limiting for these, because you can still send a dozen of these before the first one of your events reaches the server, then a dozen more before it makes it's way back (some people really do type fast 👀)

@NoahTheDuke NoahTheDuke merged commit 7f611fe into mtgred:master Oct 7, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants