You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am bit naive in websocket so reaching out to you.
i copy pasted your websocket code and tried executing it but it is not working. it just keep waiting and nothing gets printed. need help here. can you please post a working example.
The text was updated successfully, but these errors were encountered:
Hi
I tried the code streaming.py during market hours, it keeps looping on following line on streaming.py :
while(socket_opened == False): # wait till socket open & then subscribe
pass
Not sure what is causing it to keep looping as the value of socket_opened is not turning to True.... (Checked this for past two days in live market 20-12-2022, 21-12-2022)
I can see some past issues on websocket was temporary and it started working later....Any have the same issue?
Any help will be appreciated 👍
i am bit naive in websocket so reaching out to you.
i copy pasted your websocket code and tried executing it but it is not working. it just keep waiting and nothing gets printed. need help here. can you please post a working example.
The text was updated successfully, but these errors were encountered: