This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Description
Is there an existing issue for this?
Code of Conduct
Current Behaviour
FD_COUNT and FD_NAMES env variables are provided to e.g. Rust examples, but they completely disregard them and instead use hard-coded values. Often without even checking FD_COUNT.
Expected Behaviour
Since we want to show the best practices in examples in this repo, the env variables should be respected.
Environment Information
irrelevant
Steps To Reproduce
No response