Application: AlphaDesk connecting via Refinitiv Data .Net Library using a PlatformSession
Issue: Subscribing to the same set of ticker/fields is showing inconsistent behaviour. One of the following 3 scenarios occur (in likelihood order):
- Streams for pricing are successfully connected and receive refresh/updates
- The price streaming seemingly stops working at some point during startup. Some prices were retrieved but don't refresh anymore
- The connection disconnects and warns "Retrying in 15 seconds", after the 15 seconds it reconnects and prices are retrieved and update
The largest concern is regarding the second scenario as the application does not receive any price updates.
Notes:
- For scenario 2, the connection seems to die around the point where we're receiving "access denied" msgs for some tickers - we resubscribe to the delayed ticker in these scenarios
- The session state continues to be Session.State.Opened
Attaching logs from the data library for scenarios 1 & 2