-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Websocket not passing information for all subscribed tokens #19
Comments
Could you drop an email on [email protected] with this issue, and your client code. We will have our team check the logs and figure out the problem here. |
Hi, could you also share the list of tokens? (you can send it here if you'd like) |
@dhwajsinghal I was using weekly tokens with websocket.. So i dont have the tokens I used when issue was originally raised. Moreover since websocket was not working consistently as specified in the issue, I have modified code to use quote method using individual tokens in a loop with 3 seconds gap for each quote request. It is not efficient though. I will try to recreate the issue from my end and will provide you the samples. |
I am also facing same issue. I am trying to subscribe below tokens but receiving data for only few tokens. Tick data is the basic thing that has to be supported without any issues. 21-06-2022 09:47:44 Logged In Successfully Lot of connection messages shown. Option should be provided whether to send this data to us. Attempting WebSocket connection to wss://wstreamer.kotaksecurities.com/feed/?transport=websocket&EIO=4 |
Team, I had already subscribed to websocket for streaming service. While I execute subscribe function, it always gives constant data feed like this, doesn't give instument details. Attempting WebSocket connection to wss://wstreamer.kotaksecurities.com/feed/?transport=websocket&EIO=4 What could be the reason for this, kindly help. |
@dhwajsinghal, @sanket-parte , @paramatrixtech
I am passing list of 11 tokens to the websocket subscribe method. Out of the tokens, one is token number for Nifty50 Spot and rest 10 token numbers are for options (5 token for PE and 5 token for CE).
The output I am receiving through websocket is not passing Nifty50 Spot details. Also out of 10 option tokens websocket is returning only for 6 or 7 token randomly. What could be the issue ?
Note: If I subscribe only for Nifty 50 Spot, then i get result through websocket. Also if I subscribe for the missing option tokens separately I am getting output through websocket. So the missing results are random if clubbed together. How to address this issue.
Can you please suggest some solution.
The text was updated successfully, but these errors were encountered: