synapse/changelog.d/8196.misc
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

2 lines
76 B
Plaintext

Fix `wait_for_stream_position` to allow multiple waiters on same stream ID.