synapse/changelog.d/6697.misc
Erik Johnston b5ce7f5874
Process EDUs in parallel with PDUs. (#6697)
This means that things like to device messages don't get blocked behind
processing PDUs, which can potentially take *ages*.
2020-01-14 14:08:35 +00:00

2 lines
88 B
Plaintext

Don't block processing of incoming EDUs behind processing PDUs in the same transaction.