-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lwc-events: fix race condition for samples (#1737)
In certain cases update and flush could happen such that the sample would be missing. Add a lock to avoid the race condition. May need some further optimization in the future to reduce contention, but for initial tests it is sufficient for now.
- Loading branch information
1 parent
0e0e604
commit 720061e
Showing
1 changed file
with
32 additions
and
9 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