The most recent content from our members.
We are using Refinitiv .Net SDK in a service built on ASP.NET Core. Following the examples provided, we create an `OmmConsumer`, subscribe to approximately 30,000 snapshot datapoints, and register a client to process incoming messages. After all datapoints are received and processed, we uninitialize the consumer object.…
Hey We are trying to use the new Refinitiv Data Library for Python, but we are experiencing memory leaks when opening/closing pricing streams. Can you please investigate and fix? Over 20 iterations of the above stream opening and closing, the memory increases as below: Loop #1 Memory before open stream = 103.12109375…
Hello I am using the C++ API on Linux rfa8.1.0.L1. I have created a very small simple program that looks like this: ::rfa::rdm::RDMFieldDictionary& foo = ::rfa::rdm::RDMFieldDictionary::create(); foo.destroy(); This is fine, but the moment that I add a call to readRDMFieldDictionary in between the calls to create() and…
Hi, this is my code : instrumentsInQuestion.forEach(instrument -> arrayI.add(EmaFactory.createOmmArrayEntry().codeState().ascii(instrument.getRootSymbol()))); arrayView.add(EmaFactory.createOmmArrayEntry().intValue(1)); batchView.add(EmaFactory.createElementEntry().array(EmaRdm.ENAME_BATCH_ITEM_LIST, arrayI));…
... using Visual Leak Detector, it is found that most of them is caused from the Elektron API. Do you have any workaround for the memory leaks? mem-leak.txt
It looks like you're new here. Sign in or register to get started.