I’ve noticed an issue when I start to receive updates for many items at once. For example, if I connect to receive updates for a Brazilian stock (e.g., AZZA3.SA), and it’s the only stock I’m connected, I receive all updates at the time they occur. However, when I’m connected to around 90 stocks, I start to lose some updates of this stock I mentioned. It seems to be happened with all the stocks I’m connected. I’ve implemented my solution using .NET and System.Net.WebSockets library. I’ve tried both single requests and the batch request, but both seems to have the same issue.
I’m using Websocket Api. The authentication process is AnthnToken with the app ID 256, and I request a token using a post method on https://api.refinitiv.com/auth/oauth2/v2/token
thanks,