EMA Library duplicating IDs

Hello,

We have developed a solution that uses EMA library to connect to RRTO, this solution was developed to expose a REST service so they can request prices and not get them directly to the feed.

But due to the high use the EMA library is duplicating IDs, we would like to know if this a library bug.

sin-titulo.png

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @Raven Ann

    I found that the issue was submitted to the Real-Time APIs support team (RDC).

    The team suggest the client uses a closure (e.g. numeric value) in an item request and they can use the closure match the item with its data received in onRefreshMsg(…) callback method instead of using the handlers.

Answers