mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-13 03:00:39 -05:00
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 | ||