Hi All,
In my Elektronsnap client, which is written in C++, the consumer object is created like this:
consumer.registerClient(ReqMsg().serviceName("ELEKTRON_DD").payload( ElementList().addArray(ENAME_BATCH_ITEM_LIST, ommarr).complete()).interestAfterRefresh( false ), client);
and the dispatch() method is called by 10 microseconds:
consumer.dispatch( 10 );
On the run I got lots of onStatusMsg with state OmmState::TimeoutEnum. I need the data about the timed out items. Could you tell me what is the best way to get this data?
Thanks