We use RFA 8.NET consumer
After having noticed that some of our symbols had stopped updating we enabled tracing in the application. The trace indicates the stream was closed even though it was not requested by the application ( we can observe from separate application logs). There are several of these messages for various streams.
<!-- Outgoing Message to 'gcm-ads-r1:14002' on 'localhost' interface -->
<!-- Time: 11:20:29:781 -->
<!-- rwfMajorVer="14" rwfMinorVer="0" -->
<closeMsg domainType="RSSL_DMT_MARKET_PRICE" streamId="806" containerType="RSSL_DT_NO_DATA" flags="0x0" dataSize="0">
<dataBody>
</dataBody>
</closeMsg>
In what other scenarios would the stream be closed ( these are not Bad symbols ) when the application has not request . How do we detect that?
Thanks
Raja