Hi Team,
We are following the example code for eta3.6.4.0, and our application is crashing on receiving the async response of source directory refresh.
in the example code for consumer class(\Eta\Applications\Examples\src\main\java\com\refinitiv\eta\examples\consumer), we have a function called
processSourceDirectoryResp()…
this function then has a call to
sendRequests()…
and then in sendRequests, we have a call to
sendMPRequests()…
This triggers system.exit() and app fails with the error "MarketPriceRequest.encode() failed"
We load the directory locally on the app startup. Can you help us understand the cause of this async response and how can we prevent the app to crash. Let me know if more information is required.