Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize the cursor returned by followJournal
Make sure that the cursor value returned by followJournal() is the last of the values returned by its goroutine's calls to drainJournal() by waiting for it, rather than returning a value that may be superceded by another if we're singalling the goroutine that it should exit by closing a pipe. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
- Loading branch information