I have a leak test engine and servo engine that is a consumer loop being called via "Start Asynchronous Call" multiple times for each device. A contractor that I am working with said I need to add a wait timer since the dequeue will tie up the processor. Is this true?
I kind of makes sense that the dequeue is waiting to process anything immediately, but I thought the timeout would release the loop just like a wait timer set to zero. He says it does not since it is still waiting to dequeue something. What does the experts think about this?