mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-18 11:17:10 -05:00
abdefb8a01
If the verify_request.deferred has already completed, then `remove_deferreds` will be called immediately. It therefore might resolve the server_to_deferred deferred while there are still other requests for that server in flight. To avoid that, we should build the complete list of requests, and *then* add the callbacks. |
||
---|---|---|
.. | ||
__init__.py | ||
context_factory.py | ||
event_signing.py | ||
keyclient.py | ||
keyring.py |