Open neiljp opened 5 years ago
For the record, this should include repeatedly scrolling beyond the end of known messages, which also hits ratelimits.
Hello @kaustubh-nair, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days.
You can reclaim this issue or claim any other issue by commenting @zulipbot claim
on that issue.
Thanks for your contributions, and hope to see you again soon!
Some keys, such as
+
and*
(orctrl s
) send a message on pressing, and are currently only limited by the rate the keys can be pressed. This likely causes the server to ratelimit ZT, so we should track how frequently this is sent and probably artificially limit the rate that messages can be sent to the server.Work on this might be related to #427 and general work on improving the resilience in case the server stops responding for any reason (network issues, server issues, ratelimiting).