Details
Description
Implementing and using the new ThreadClient RAII class had a drawback by hitting an invariant for embedded bench tests.
We should use the ThreadClient class in the embedded bench tests so avoid this problem by cleanly destroying the Client on each execution.