Is there an existing issue for this?
Current Behavior
- The client has a list of symbols to stream quotes and trades. It's around 1800 symbols for now.
- When they subscribe to streaming API, they get data only up to a certain amount (around 1400 symbols) as it's in alphabetical order, it's only up to the letter "S". After that it's just silence.
- The client subscribed to the Alpaca Unlimited plan.
Expected Behavior
All initiated subscriptions should work as expected and provide actual data.
Steps To Reproduce
var tradeSubscription = _streamingClient.GetTradeSubscription(symbol);
tradeSubscription.Received += TradeSubscription_Received;
await _streamingClient.SubscribeAsync(tradeSubscription);
Environment
- SDK Version: 7.0.0
- OS (version, bitness): Any
- .NET SDK (version): 8.0
- target process .NET version/bitness: 8.0/Any
Is there an existing issue for this?
Current Behavior
Expected Behavior
All initiated subscriptions should work as expected and provide actual data.
Steps To Reproduce
Environment