Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.20.0rc1 | Richard van der Hoff | 2020-09-08 | 1 | -1/+0 |
| | |||||
* | Fix `wait_for_stream_position` for multiple waiters. (#8196) | Erik Johnston | 2020-08-28 | 1 | -0/+1 |
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]`). |