Hi,
Currently, I want to connect to our deployed rtds using the real-time sdk (c). I can connect using the Websocket API. When I wanted to connect with the VAConsumer example of the SDK, I received the following error message:
Error text: </opt/refinitiv/Real-Time-SDK/Cpp-C/Eta/Impl/Transport/rwsutils.c:4059> Error: 1007 Invalid Message Size. Message size is: (4571010). Max Message size is(61454)
I ran with the following command:
./VAConsumer -webSocket {{ip}}:{{port}} IDN_SELECTFEED mp:EUR= -uname {{DACS_User}} -aid {{ApplicationId}}
What can cause this error, why is such a large message received? Is there any way to debug the received messages?