Recent content by hardik dhankecha

  1. H

    Need to handle websocket data for 10,000 symbols.

    Please can you guide me that how can I use NATS for Polygon.io websocket ? I need to catch live data from Polygon.io using websocket and also need to make process those data with same speed of receiving response from server.
  2. H

    Need to handle websocket data for 10,000 symbols.

    So, is it working fine right now ? I need to subscribe channel for 10,000 symbols at a time but it's returning me message for connection close.
  3. H

    Need to handle websocket data for 10,000 symbols.

    I am on windows and using C# for development.
  4. H

    Need to handle websocket data for 10,000 symbols.

    No, it's from different exchanges like NASDAQ, NYSE,etc.
  5. H

    Need to handle websocket data for 10,000 symbols.

    Yes, I have tried for this solution but every time it's checking our list of 10000 symbols for those symbols which we don't need to handle so it's not solving our issue. I have tried with it. Polygon providing more then 25000 symbols so for 15000 symbols are not in list and loop will work for...
  6. H

    Need to handle websocket data for 10,000 symbols.

    Please can you guide me that how can I use multiple websocket at a time ? Right now I am using connection like this. private void websocket_Opened(object sender, EventArgs e) { createSymbolsQueryString(); // using for get symbols list Console.WriteLine("Connected!")...
  7. H

    Need to handle websocket data for 10,000 symbols.

    Hi, here I have add some points which I need to solve for move ahead in development. I am using Polygon.io for get data feed. Point 1 : I have 10,000 symbols of my selection. Now I need to get live records of those symbols only. When I am connecting to websocket using channel.* then it's...
Back
Top