MatrixSynapse/synapse/replication
Erik Johnston 3b4556cf87
Fix `wait_for_stream_position` for multiple waiters. (#8196)
This fixes a bug where having multiple callers waiting on the same
stream and position will cause it to try and compare two deferreds,
which fails (due to the sorted list having an entry of `Tuple[int,
Deferred]`).
2020-08-28 17:12:45 +01:00
..
http Add a shadow-banned flag to users. (#8092) 2020-08-14 12:37:59 -04:00
slave Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#8171) 2020-08-26 13:15:20 +01:00
tcp Fix `wait_for_stream_position` for multiple waiters. (#8196) 2020-08-28 17:12:45 +01:00
__init__.py