Hi There,
We've got a gateway built on top of com.refinitiv.ema:3.9.1.1. It works fine but the memory foot print of those ema classes are too big once it's passed to us from by the OmmConsumerClient. I'm taking about RefreshMsg and UpdateMsg mostly
Is there a way to get what comes out of the socket which I assume would be much lighter. We're looking at a way to get at the raw data before the framework enriches it with the metadata. The metadata is static in enumtype.def we can add it ourselves when we need it?
Thank you