Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate benign race condition in DirectStreamObserver
A dynamic race condition detector correct identifies an unsynchronized read-after-write between the field initializer and the first call of onNext. Additionally, this fixes a benign inconsistency in which it would wait one extra message the first time around.
- Loading branch information