mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
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]`).
2 lines
76 B
Plaintext
2 lines
76 B
Plaintext
Fix `wait_for_stream_position` to allow multiple waiters on same stream ID.
|