Skip to content

[BUG]: Problem subscribing many assets at once #724

@OlegRa

Description

@OlegRa

Is there an existing issue for this?

  • I have searched the existing issues

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions