Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert CSI listener socket back to non-blocking mode (#47)
## Description Fixes #45 This was a regression in #26, causing both slow shutdowns and general thread starvation that could cause the operator to hang entirely in single-core environments. ## Review Checklist - [ ] Code contains useful comments - [ ] (Integration-)Test cases added (or not applicable) - [ ] Documentation added (or not applicable) - [ ] Changelog updated (or not applicable) - [ ] Cargo.toml only contains references to git tags (not specific commits or branches) Once the review is done, comment `bors r+` (or `bors merge`) to merge. [Further information](https://bors.tech/documentation/getting-started/#reviewing-pull-requests)
- Loading branch information