Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Crashing When Using Background Requests (#16)
# Fixes Crashing When Using Background Requests ## ♻️ Current situation & Problem - if a developer uses multiple HealthKit queries in the background data races accessing the tracked background activations can lead to runtime crashes. ## ⚙️ Release Notes - Fixes the issue using additional locking mechanisms ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information