element-x-ios icon indicating copy to clipboard operation
element-x-ios copied to clipboard

Messages went entirely missing; not even local echo; but eventually sent

Open ara4n opened this issue 10 months ago • 3 comments

Steps to reproduce

  1. Sent two msgs into a room while on good data
  2. 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

ara4n avatar Feb 10 '25 22:02 ara4n

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.

bnjbvr avatar Feb 11 '25 09:02 bnjbvr

got it again trying to talk after accepting an invite

ara4n avatar Mar 30 '25 17:03 ara4n

just had this again

ara4n avatar Apr 02 '25 08:04 ara4n

I think this has been fixed by recent SDK updates. Closing it and we can re-open if that's not the case.

pixlwave avatar Dec 12 '25 15:12 pixlwave

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

stefanceriu avatar Dec 12 '25 15:12 stefanceriu