Is there a way to specify multiple ADS hosts in the following method of the .Net Data Library
PlatformSession.Definition().Host(.. multiple hosts here ..)
That will provide redundancy in case one host is unavailable?
Hello @rsteward
I do not think the https://developers.lseg.com/en/api-catalog/lseg-data-platform/lseg-data-library-for-net supports multiple ADS hosts for the Deploy Session.
I suggest you check the Enterprise Message API (EMA) C# edition which is part of the https://developers.lseg.com/en/api-catalog/real-time-opnsrc/rt-sdk-csharp . The EMA C# API supports the ADS hosts, the high performance RSSL connection and WebSocket connection (the Data Library supports only WebSocket).
You may check this https://developers.lseg.com/en/article-catalog/article/choosing-your-refinitiv-realtime-streaming-api article too.