MatrixSynapse/synapse/federation
Richard van der Hoff 0c4cf9372b Fix a race in transaction queue
It was theoretically possible for a PDU to get queued and not sent for ages. On
closer inspection I think there were bigger problems elsewhere, but we might as
well fix this since it's easy.
2017-02-20 16:46:25 +00:00
..
transport Implement device key caching over federation 2017-01-26 16:07:24 +00:00
__init__.py
federation_base.py
federation_client.py Implement device key caching over federation 2017-01-26 16:07:24 +00:00
federation_server.py Implement device key caching over federation 2017-01-26 16:07:24 +00:00
persistence.py
replication.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
send_queue.py Explicit federation ack 2016-11-23 10:40:44 +00:00
transaction_queue.py Fix a race in transaction queue 2017-02-20 16:46:25 +00:00
units.py