-
-
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: panic and outgoing messages stopped after time went backwards #26416
Comments
In #26417, this caused outgoing requests to stop happening. |
Looking at a rageshake that includes this panic, it looks like time went backwards:
(It looks like this happened when systemd synced my clock:
) |
This seems to be because the polyfill we use for I have filed an issue (sebcrozet/instant#53) |
With the `inaccurate` feature, this polyfill uses `Date.now()` to emulate `Instant`, which is not monotonic, causing problems like element-hq/element-web#26416.
Hopefully this will be fixed by matrix-org/matrix-rust-sdk#2935. |
XKCD particularly on-point today: https://xkcd.com/2867/ |
matrix-org/matrix-js-sdk#3961 has upgraded the rust sdk, so this should now be fixed. |
This didn't seem to have any particular effect, but is troubling nonetheless:The text was updated successfully, but these errors were encountered: