Skip to content
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

Messages went entirely missing; not even local echo #3780

Open
ara4n opened this issue Feb 10, 2025 · 1 comment
Open

Messages went entirely missing; not even local echo #3780

ara4n opened this issue Feb 10, 2025 · 1 comment
Labels
A-Send event A-Timeline S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue

Comments

@ara4n
Copy link
Member

ara4n commented Feb 10, 2025

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 ara4n added the T-Defect label Feb 10, 2025
@bnjbvr
Copy link
Member

bnjbvr commented Feb 11, 2025

Likely another instance of matrix-org/matrix-rust-sdk#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.

@pixlwave pixlwave added X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue A-Timeline A-Send event S-Major Severely degrades major functionality or product features, with no satisfactory workaround labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Send event A-Timeline S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue
Projects
None yet
Development

No branches or pull requests

3 participants