On Wed Dec 7 09:50:52 2022 +0000, Rémi Bernon wrote:
I think the normal commands are still executed one after another? The `session_submit_command` still checks whether the command list is empty before queueing the command to the thread pool. If it's not empty it means another command is either pending for execution, or waiting on `END_OF_PRESENTATION` to complete.
Oh right, we're removing commands when they start executing... Sorry, I'll change that.