mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-24 06:50:41 -04:00
Handle inbound events from federation asynchronously (#10272)
Fixes #9490 This will break a couple of SyTest that are expecting failures to be added to the response of a federation /send, which obviously doesn't happen now that things are asynchronous. Two drawbacks: Currently there is no logic to handle any events left in the staging area after restart, and so they'll only be handled on the next incoming event in that room. That can be fixed separately. We now only process one event per room at a time. This can be fixed up further down the line.
This commit is contained in:
parent
85d237eba7
commit
c54db67d0e
5 changed files with 241 additions and 5 deletions
1
changelog.d/10272.bugfix
Normal file
1
changelog.d/10272.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Handle inbound events from federation asynchronously.
|
Loading…
Add table
Add a link
Reference in a new issue