Hi @Umer Nalla,
My team met a connection problem last week, I checked the log and found that at about 14:42, my AppClient couldn't receive or didn't decode message since this log received, though it still comes "FILED LIST"(normal data):
<STATUS domainType="MARKET_PRICE" streamId="5" containerType="NO_DATA" flags="0x08 (HAS_MSG_KEY)" dataSize="0">
<key flags="0x07 (HAS_SERVICE_ID|HAS_NAME|HAS_NAME_TYPE)" serviceId="257" name="GBP=" nameType="1"/>
<dataBody>
</dataBody>
</STATUS>
and at about 15:44, the server discoverd the connection may go wrong, so it reconnected.
So do you know why the server sends the message above or in which case it sends, because the reconnection time is too long reaching 1 hour.logdetail-question.zip
I have attched the detail log and describtion, can you help me?
By the way, can I use Provider class to create “NO_DATA” message like this to debug my application?