This is specific to a consumer app written using EMA c++ library.
What if the event handling code (i.e. code that handles refresh/update/status) messages is too slow to keep up with the tick rate?
Does ema has a internal queue where ticks are buffered or it directly invokes handler from the reader thread? Is there a way to configure?
Or the ticks would just be dropped (temporarily or permanently?).