forked from MirrorHub/synapse
3b4556cf87
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]`).
1 line
76 B
Text
1 line
76 B
Text
Fix `wait_for_stream_position` to allow multiple waiters on same stream ID.
|