Hi All,
I would like to briefly explain the scenario:
We have a publisher that sends a Service Up message, but initially, no instruments are available. Instruments are created dynamically, so it's not possible to expect all of them to be available immediately.
In this case, what message is expected from the publisher to ensure the end user receives the data once it becomes available?
RSSL_STREAM_CLOSED or RSSL_STREAM_CLOSED_RECOVER
Second scenario:
Out of 10 requested instruments, only 5 are actually available. The remaining 5 have expired and will never be served by the publisher.
How should we handle timeouts or negative acknowledgments for these invalid instruments?
Many Thanks,