composablesys / collabs

Collabs library monorepo

Home Page:https://collabs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MatrixWidgetNetwork: rate limiting

mweidner037 opened this issue · comments

Matrix/Element incorporates default rate limits - something like 2 messages/second, with an allowed burst up to 10 messages. We can mostly handle this with the RateLimitNetwork(500), but it gets exceeded when a large (> 32 KB) message is broken up into multiple messages sent all at once, causing send errors.