-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Element-R: sending messages takes several seconds #26375
Comments
matrix-org/matrix-rust-sdk#281 will address this. |
moved comment to element-hq/element-meta#2149 at @richvdh's request |
might be improved by #26382; to revisit once that is merged |
It's still taking me 8 seconds to send each message in |
|
We need to improve the logging in the message send path. It's generally impossible to tell what is going on and how long it takes. |
Currently blocked on matrix-org/matrix-rust-sdk-crypto-wasm#58 |
Every time you send a message, we make a
/keys/claim
request for each device where we don't already have an olm session. This can take several seconds.If there are devices in the room which have run out of OTKs, we will do this for every single message.
The text was updated successfully, but these errors were encountered: