Hi team,
We are using the RFA 8.2 C++ API along with Dacs 7.8.
When dispatching events from the EventQueue, we use the following method:
eventQueue->dispatch(16);
If we modify the timeout from 16 milliseconds to 1 millisecond, will this impact the latency of event processing? Additionally, what is the recommended standard value for this timeout?
Thanks!