Skip to content
Snippets Groups Projects
Unverified Commit 316590d1 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix bug in `wait_for_stream_position` (#14856)

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).
parent 2b084c5b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment