-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-4438] Fix race condition in mock WriteBlock
WriteBlockVal could get overwritten before the listener on the Batches channel had a chance to retrieve it. This changeset fixes this by replacing the Batches channel with a Blocks channel. Change-Id: Idc8899a4317a1c2dc7f5b6affae1c42f24095117 Signed-off-by: Kostas Christidis <kostas@christidis.io>
- Loading branch information
1 parent
2590cce
commit 1a721b1
Showing
3 changed files
with
31 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters