Messages went entirely missing; not even local echo; but eventually sent
Steps to reproduce
- Sent two msgs into a room while on good data
- Both vanished entirely; no local echo
Outcome
What did you expect?
never ever drop msgs
What happened instead?
msgs were sent, and subsequently turned up later (after a ss timeline reset or something)? but at the time both local and remote echoes didn’t happen at all
Your phone model
No response
Operating system version
No response
Application version
834
Homeserver
No response
Will you send logs?
Yes
Likely another instance of https://github.com/matrix-org/matrix-rust-sdk/issues/3941: there's a small time window (after a local echo has been sent, but before it's been remote-echoed in sync) where messages will temporarily disappear. It's independent of the event cache storage, but might depend on both the connection speed (not the case, as noted in OP) and the processing speed of the homeserver.
got it again trying to talk after accepting an invite
just had this again
I think this has been fixed by recent SDK updates. Closing it and we can re-open if that's not the case.
I think this has been fixed by recent SDK updates.
Yep, in https://github.com/matrix-org/matrix-rust-sdk/pull/5920 and https://github.com/matrix-org/matrix-rust-sdk/pull/5936