bee
bee copied to clipboard
fix: strategy channels of redundancy getter
the loop in runStrategy doesn't properly drain all the channels, causing a potential deadlock.
This PR is intended to fix that.
Reference test
Checklist
- [ ] I have read the coding guide.
- [ ] My change requires a documentation update, and I have done it.
- [ ] I have added tests to cover my changes.
- [ ] I have filled out the description and linked the related issues.