synapse/changelog.d/17215.bugfix
Erik Johnston 5624c8b961
In sync wait for worker to catch up since token (#17215)
Otherwise things will get confused.

An alternative would be to make sure that for lagging stream we don't
return anything (and make sure the returned next_batch token doesn't go
backwards). But that is a faff.
2024-05-30 14:03:49 +01:00

2 lines
95 B
Plaintext

Fix bug where duplicate events could be sent down sync when using workers that are overloaded.