How can i request for a snapshot data while my streaming request is also ongoing?

How can i request for a snapshot data while my streaming request is also ongoing?

Best Answer

  • Hi @nimesh.jain

    You can simply send a new snapshot request by register another OMMItemIntSpec without the InterestAfterRefresh flag.

    RFA will return a new handle and it will send the snapshot request on a new stream id. The new snapshot request will not interfere with your existing streaming request.