-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adds multithread protections for LDClient.start(...) (#382)
**Requirements** - [ ] I have added test coverage for new or changed functionality Adding unit tests for concurrency issues isn't definitive. Issues such as this need to be thought about at design time. - [x] I have followed the repository's [pull request submission guidelines](../blob/v9/CONTRIBUTING.md#submitting-pull-requests) - [x] I have validated my changes against all supported platform versions **Related issues** #381 **Describe the solution you've provided** Simplified instance dictionary modifications during start and added queue/lock protection for instances.
- Loading branch information
1 parent
2711aa7
commit 8fd47e4
Showing
1 changed file
with
46 additions
and
18 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