Having multiple clients open leads to storm of identical /v3/sync responses #2047
Labels
No labels
Abandoned
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
bob the builder
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#2047
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Having multiple clients open results in all of them receiving a barrage of instant /v3/sync responses, carrying either identical-to-previous or empty fields (usually
device_unused_fallback_key_typesanddevice_one_time_keys_count). The specific contents received depend on the client pair currently open, but they are always completely identical and come down rapidly (up to 5 per second).Example sync responses coming down to Element Web and Element Classic (mobile) pair:
These come down about twice per second with the exact same content (only next_batch is different).
This is likely a duplicate of !2006.
Can confirm this is fixed in main. Sorry.