Skip to content
Snippets Groups Projects
Forked from Maunium / synapse
Source project has a limited visibility.
user avatar
Sean Quah authored
Multiple calls to `EventsWorkerStore._get_events_from_cache_or_db` can
reuse the same database fetch, which is initiated by the first call.
Ensure that cancelling the first call doesn't cancel the other calls
sharing the same database fetch.

Signed-off-by: default avatarSean Quah <seanq@element.io>
8a87b443
History
Name Last commit Last update