Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.76.0rc1 v1.76.0rc1 | David Robertson | 2023-01-25 | 1 | -1/+0 |
| | |||||
* | Fix bug in `wait_for_stream_position` (#14856) | Erik Johnston | 2023-01-17 | 1 | -0/+1 |
We were incorrectly checking if the *local* token had been advanced, rather than the token for the remote instance. In practice, I don't think this has caused any bugs due to where we use `wait_for_stream_position`, as critically we don't use it on instances that also write to the given streams (and so the local token will lag behind all remote tokens). |