Hello,
I would like to ask you for advice on error message that my client received: “JSON RSSL Conversion Error. RSSL error code : -21”.
Client is using below example:
https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/CSharp/MarketPriceExample/MarketPriceExample.cs
Basically he is making batch request (approximately 8K RICs) and then error message appear. When he decrease number of RICs He is making batch request (approximately 8K RICs).
Also he notice that when he send smaller number of RIC in his request that usually work but add there View parameter in order to limit number of Fields in response error also appear.
So is there any limit of RICs that you can include in request or maybe it depend on request size?
There is BUFFER_SIZE parameter in example, will this improve situation if client increases this parameter?
I will be grateful for your advice!