Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent an infinite loop in measurementFieldSetChangeMgr (#25155) (
#25156) (#25164) The measurementFieldSetChangeMgr has a possibly infinite loop if the writeRequests channel is closed while in the inner loop to consolidate write requests. We need to check for ok on channel receive and exit the loop when ok is false. closes #25151 (cherry picked from commit 176fca2) closes #25153 (cherry picked from commit 031f394) closes #25154
- Loading branch information