JKorf / FTX.Net

MIT License
31 stars 24 forks source link

Maximum Stream Limit #34

Closed burakoner closed 2 years ago

burakoner commented 2 years ago

Hi

I'm trying to get streams for many pairs via SubscribeToGroupedOrderBookUpdatesAsync method. For the first 7 pairs there is no problem, but other get an error as "No response on subscription request received"

Is there a connection limit in FTX?

burakoner commented 2 years ago

I sent request in multithread (parallel), and I got this error. I tried to send subscription request with a 0.5 second interval there is no problem now. Thanks