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);
Is there a way to obtain the file descriptor (fd) of this queue so that we can monitor when it is set and dispatch events accordingly?
Thanks