Skip to content

tools: add an --iterations argument to ei-demo-client

Peter Hutterer requested to merge whot/libei:wip/ei-demo-iterations into main

Limits the number of poll() iterations before triggering a shutdown. This allows us to use this tool for shutdown testing too - previously it would just get killed and never performed a proper unwind.

Merge request reports